Skip to content

Commit

Permalink
removing unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
o0Ignition0o committed Aug 16, 2019
1 parent 26d1aea commit 4e037c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/quirks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
//! you probably want to use `Url` method instead.
use parser::{default_port, Context, Input, Parser, SchemeType};
use std::cell::RefCell;
use SyntaxViolation;
use {idna, Host, ParseError, Position, Url};

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

0 comments on commit 4e037c2

Please sign in to comment.