Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-11-17 18:35:58 +01:00 committed by Martin Robinson
parent 6f090b8a85
commit d44f772dc3
5 changed files with 5 additions and 5 deletions

View file

@ -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};