mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
style: Manually extinguish multi-line use statements.
This commit is contained in:
parent
212b3e1311
commit
bd9c53c5da
19 changed files with 46 additions and 67 deletions
|
@ -7,9 +7,8 @@ use crate::error_reporting::{ContextualParseError, ParseErrorReporter};
|
|||
use crate::invalidation::media_queries::{MediaListKey, ToMediaListKey};
|
||||
use crate::media_queries::{Device, MediaList};
|
||||
use crate::parser::ParserContext;
|
||||
use crate::shared_lock::{
|
||||
DeepCloneParams, DeepCloneWithLock, Locked, SharedRwLock, SharedRwLockReadGuard,
|
||||
};
|
||||
use crate::shared_lock::{DeepCloneParams, DeepCloneWithLock, Locked};
|
||||
use crate::shared_lock::{SharedRwLock, SharedRwLockReadGuard};
|
||||
use crate::stylesheets::loader::StylesheetLoader;
|
||||
use crate::stylesheets::rule_parser::{State, TopLevelRuleParser};
|
||||
use crate::stylesheets::rules_iterator::{EffectiveRules, EffectiveRulesIterator};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue