diff --git a/src/tests/html/has_favicon.rs b/src/tests/html/has_favicon.rs index 67b71ff..bbc8588 100644 --- a/src/tests/html/has_favicon.rs +++ b/src/tests/html/has_favicon.rs @@ -8,7 +8,6 @@ #[cfg(test)] mod passing { use crate::html; - use crate::opts::Options; #[test] fn icon() { @@ -39,7 +38,6 @@ mod passing { #[cfg(test)] mod failing { use crate::html; - use crate::opts::Options; #[test] fn absent() {