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

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