Skip to content

Commit 64d46fc

Browse files
committed
removing unused imports.
1 parent 01d0e09 commit 64d46fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/quirks.rs

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
//! you probably want to use `Url` method instead.
1313
1414
use parser::{default_port, Context, Input, Parser, SchemeType};
15-
use std::cell::RefCell;
16-
use SyntaxViolation;
1715
use {idna, Host, ParseError, Position, Url};
1816

1917
/// https://url.spec.whatwg.org/#dom-url-domaintoascii

0 commit comments

Comments
 (0)