diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index f1fbe6f99c5..0ee202fab01 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -23,7 +23,6 @@ #![doc = "The script crate contains all matters DOM."] -#![plugin(phf_macros)] #![plugin(plugins)] extern crate angle; |