mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +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
|
@ -14,17 +14,13 @@
|
|||
#![plugin(plugins)]
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
|
||||
|
||||
#[macro_use]
|
||||
extern crate cssparser;
|
||||
extern crate euclid;
|
||||
extern crate rustc_serialize;
|
||||
extern crate serde;
|
||||
extern crate util;
|
||||
|
||||
#[macro_use]
|
||||
extern crate cssparser;
|
||||
|
||||
#[macro_use]
|
||||
pub mod values;
|
||||
|
||||
pub mod viewport;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue