Johann Woelper 7 lat temu
rodzic
commit
9e976c2658
1 zmienionych plików z 0 dodań i 3 usunięć
  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)) => {