mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Further changes required by Servo
This commit is contained in:
parent
6f090b8a85
commit
d44f772dc3
5 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ use std::time::{Duration, Instant};
|
|||
use canvas_traits::webgl::{self, WebGLContextId, WebGLMsg};
|
||||
use content_security_policy::{self as csp, CspList};
|
||||
use cookie::Cookie;
|
||||
use cssparser::{_cssparser_internal_to_lowercase, match_ignore_ascii_case};
|
||||
use cssparser::match_ignore_ascii_case;
|
||||
use devtools_traits::ScriptToDevtoolsControlMsg;
|
||||
use dom_struct::dom_struct;
|
||||
use embedder_traits::EmbedderMsg;
|
||||
|
|
|
@ -12,7 +12,7 @@ use std::rc::Rc;
|
|||
use std::str::FromStr;
|
||||
use std::{fmt, mem};
|
||||
|
||||
use cssparser::{_cssparser_internal_to_lowercase, match_ignore_ascii_case};
|
||||
use cssparser::match_ignore_ascii_case;
|
||||
use devtools_traits::AttrInfo;
|
||||
use dom_struct::dom_struct;
|
||||
use euclid::default::{Rect, Size2D};
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
use std::default::Default;
|
||||
use std::{f32, str};
|
||||
|
||||
use cssparser::{_cssparser_internal_to_lowercase, match_ignore_ascii_case};
|
||||
use cssparser::match_ignore_ascii_case;
|
||||
use dom_struct::dom_struct;
|
||||
use euclid::default::Point2D;
|
||||
use html5ever::{local_name, LocalName, Prefix};
|
||||
|
|
|
@ -6,7 +6,7 @@ use std::ptr::NonNull;
|
|||
use std::rc::Rc;
|
||||
use std::str::FromStr;
|
||||
|
||||
use cssparser::{_cssparser_internal_to_lowercase, match_ignore_ascii_case};
|
||||
use cssparser::match_ignore_ascii_case;
|
||||
use dom_struct::dom_struct;
|
||||
use http::header::{HeaderName, HeaderValue};
|
||||
use http::method::InvalidMethod;
|
||||
|
|
|
@ -15,7 +15,7 @@ use crate::sink::Push;
|
|||
use crate::visitor::SelectorListKind;
|
||||
pub use crate::visitor::SelectorVisitor;
|
||||
use bitflags::bitflags;
|
||||
use cssparser::{match_ignore_ascii_case, parse_nth, *};
|
||||
use cssparser::{match_ignore_ascii_case, parse_nth};
|
||||
use cssparser::{BasicParseError, BasicParseErrorKind, ParseError, ParseErrorKind};
|
||||
use cssparser::{CowRcStr, Delimiter, SourceLocation};
|
||||
use cssparser::{Parser as CssParser, ToCss, Token};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue