Remove unused imports

This commit is contained in:
Manish Goregaokar 2016-08-02 12:07:12 +05:30
parent 1e7973263f
commit e69f6396e2
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
4 changed files with 5 additions and 3 deletions

View file

@ -1189,7 +1189,7 @@ pub struct UrlExtraData {
impl UrlExtraData {
#[cfg(feature = "servo")]
pub fn make_from(_context: &ParserContext) -> Option<UrlExtraData> {
pub fn make_from(_: &ParserContext) -> Option<UrlExtraData> {
Some(UrlExtraData { })
}