make it a library crate
This commit is contained in:
parent
93aeb80c56
commit
603c2fbe48
4 changed files with 75 additions and 71 deletions
|
@ -50,7 +50,7 @@ impl Feed {
|
|||
}
|
||||
Ok(Event::Eof) => break,
|
||||
Ok(e) => writer.write_event(e)?,
|
||||
Err(e) => (),
|
||||
Err(e) => return Err(e)?,
|
||||
}
|
||||
}
|
||||
let result = writer.into_inner().into_inner();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue