We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d0e09 commit 64d46fcCopy full SHA for 64d46fc
src/quirks.rs
@@ -12,8 +12,6 @@
12
//! you probably want to use `Url` method instead.
13
14
use parser::{default_port, Context, Input, Parser, SchemeType};
15
-use std::cell::RefCell;
16
-use SyntaxViolation;
17
use {idna, Host, ParseError, Position, Url};
18
19
/// https://url.spec.whatwg.org/#dom-url-domaintoascii
0 commit comments