mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Silence a warning in style unit tests
This commit is contained in:
parent
5d70580813
commit
851b5e2600
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use style::context::QuirksMode;
|
|||
use style::error_reporting::ParseErrorReporter;
|
||||
use style::media_queries::*;
|
||||
use style::servo::media_queries::*;
|
||||
use style::shared_lock::{SharedRwLock, SharedRwLockReadGuard};
|
||||
use style::shared_lock::SharedRwLock;
|
||||
use style::stylearc::Arc;
|
||||
use style::stylesheets::{AllRules, Stylesheet, Origin, CssRule};
|
||||
use style::values::specified;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue