mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
sorted the extern crate, mod & use declarations
This commit is contained in:
parent
705ad72aee
commit
889eec364b
194 changed files with 804 additions and 870 deletions
|
@ -26,8 +26,8 @@ use std::sync::Arc;
|
|||
use std::sync::mpsc::Sender;
|
||||
use string_cache::{Atom, Namespace};
|
||||
use style::node::TElementAttributes;
|
||||
use style::properties::{ComputedValues, cascade, PropertyDeclaration};
|
||||
use style::selector_matching::{Stylist, DeclarationBlock};
|
||||
use style::properties::{ComputedValues, PropertyDeclaration, cascade};
|
||||
use style::selector_matching::{DeclarationBlock, Stylist};
|
||||
use util::arc_ptr_eq;
|
||||
use util::cache::{LRUCache, SimpleHashCache};
|
||||
use util::opts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue