diff --git a/src/util.rs b/src/util.rs index 6647461..2063998 100644 --- a/src/util.rs +++ b/src/util.rs @@ -1,5 +1,5 @@ use libxml::{ - tree::{Node, NodeType, Document}, + tree::{Document, Node, NodeType}, xpath::Context, }; use reqwest::{