diff options
author | Valentin Popov <info@valentineus.link> | 2019-01-26 18:40:01 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-01-26 18:40:01 +0300 |
commit | 7bb76667f61a3b2e771567f757d1ba719fd449a6 (patch) | |
tree | fe2be5b838c67ba6e8870e367aec8e1d20d20ce2 /src | |
parent | bc7ca7dcc1f8c49b9b4da68137bd39e8f6de2325 (diff) | |
download | bbb2json-7bb76667f61a3b2e771567f757d1ba719fd449a6.tar.xz bbb2json-7bb76667f61a3b2e771567f757d1ba719fd449a6.zip |
Sat, 26 Jan 2019 19:40:01 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r-- | src/parser.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser.rs b/src/parser.rs index e42ded4..53f2abb 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -1,7 +1,7 @@ -extern crate xml; - use std::fs::File; use std::io::BufReader; + +extern crate xml; use xml::reader::{EventReader, XmlEvent}; pub struct ParserResult { |