mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Further changes required by Servo
This commit is contained in:
parent
6f090b8a85
commit
d44f772dc3
5 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue