Remove useless AsciiExt imports.

These warn with the next Nightly.
This commit is contained in:
Emilio Cobos Álvarez 2018-03-27 10:30:02 +02:00
parent 3561bcdbe6
commit 48ad41cfb5
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 0 additions and 3 deletions

View file

@ -7,7 +7,6 @@
use {CSSPixel, CssWriter, ParseError, PinchZoomFactor, ToCss};
use cssparser::Parser;
use euclid::TypedSize2D;
#[allow(unused_imports)] use std::ascii::AsciiExt;
use std::fmt::{self, Write};
define_css_keyword_enum! {