Remove unused import (#30093)

This commit is contained in:
Oriol Brufau 2023-08-11 21:27:38 +02:00 committed by GitHub
parent efa38401c6
commit 235efb85e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -15,7 +15,6 @@ extern crate selectors;
extern crate serde_json; extern crate serde_json;
extern crate servo_arc; extern crate servo_arc;
extern crate servo_atoms; extern crate servo_atoms;
extern crate servo_config;
extern crate servo_url; extern crate servo_url;
#[macro_use] #[macro_use]
extern crate size_of_test; extern crate size_of_test;

View file

@ -4,7 +4,6 @@
use cssparser::SourceLocation; use cssparser::SourceLocation;
use servo_arc::Arc; use servo_arc::Arc;
use servo_config::set_pref;
use servo_url::ServoUrl; use servo_url::ServoUrl;
use std::cell::RefCell; use std::cell::RefCell;
use style::context::QuirksMode; use style::context::QuirksMode;