diff options
author | Xidorn Quan <me@upsuper.org> | 2017-03-02 17:42:45 +1100 |
---|---|---|
committer | Xidorn Quan <me@upsuper.org> | 2017-03-03 16:12:06 +1100 |
commit | 550c64cbf26ee8cb037005f3de0820219b799e7f (patch) | |
tree | 3a1361ab17e216f00993a9d17ff206b3c4ed64de /tests/unit/style/lib.rs | |
parent | deb1b0aea67e570463b53f4817b517c8dc8a3751 (diff) | |
download | servo-550c64cbf26ee8cb037005f3de0820219b799e7f.tar.gz servo-550c64cbf26ee8cb037005f3de0820219b799e7f.zip |
Make animation-name parse none
Diffstat (limited to 'tests/unit/style/lib.rs')
-rw-r--r-- | tests/unit/style/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/style/lib.rs b/tests/unit/style/lib.rs index 184ff4e1579..bb88a538a73 100644 --- a/tests/unit/style/lib.rs +++ b/tests/unit/style/lib.rs @@ -14,7 +14,7 @@ extern crate parking_lot; extern crate rayon; extern crate rustc_serialize; extern crate selectors; -extern crate servo_atoms; +#[macro_use] extern crate servo_atoms; extern crate servo_config; extern crate servo_url; extern crate style; |