mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Remove useless AsciiExt imports.
These warn with the next Nightly.
This commit is contained in:
parent
3561bcdbe6
commit
48ad41cfb5
3 changed files with 0 additions and 3 deletions
|
@ -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! {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue