Johann Woelper 6 years ago
parent
commit
9e976c2658
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/main.rs

+ 0 - 3
src/main.rs

@@ -38,10 +38,7 @@ fn main() {
 
     // The `Reader` does not implement `Iterator` because it outputs borrowed data (`Cow`s)
     loop {
-
-
         match reader.read_event(&mut buf) {
-
             // elem.text = None;
 
             Ok(Event::Start(ref e)) => {