mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: remove unused AsciiExt imports.
eq_ignore_ascii_case is not in AsciiExt since rustc 1.23.
This commit is contained in:
parent
86a7010082
commit
39a3d93b4f
21 changed files with 0 additions and 27 deletions
|
@ -12,7 +12,6 @@ use euclid::Size2D;
|
|||
use font_metrics::FontMetricsQueryResult;
|
||||
use parser::{Parse, ParserContext};
|
||||
use std::cmp;
|
||||
#[allow(unused_imports)] use std::ascii::AsciiExt;
|
||||
use std::ops::{Add, Mul};
|
||||
use style_traits::{ParseError, StyleParseErrorKind};
|
||||
use style_traits::values::specified::AllowedNumericType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue