Skip to content

Commit 9c29458

Browse files
committed
Clean up usage clauses
1 parent 634a556 commit 9c29458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xml_util.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
use regex::Regex;
22
use std::fs::File;
3-
use std::io::{BufReader,Read};
3+
use std::io::{BufReader, Read};
44
use std::path::Path;
5+
use xml_dom::level2::{Attribute, Node, RefNode};
56
use xml_dom::parser::read_reader;
6-
use xml_dom::level2::*;
77
use unicode_bom::Bom;
88
use walkdir::WalkDir;
99

0 commit comments

Comments
 (0)