diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-30 14:33:42 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-12-01 11:55:14 +0100 |
commit | 0c64bd766a726f19db8aad6521a6ffad986b1126 (patch) | |
tree | 8fcb0fbb9c4af4215915eb2fa6f95086b5d267fb /components/script/lib.rs | |
parent | fb206e2b1020bd40122a48affc04f6b9f6352d39 (diff) | |
download | servo-0c64bd766a726f19db8aad6521a6ffad986b1126.tar.gz servo-0c64bd766a726f19db8aad6521a6ffad986b1126.zip |
Refactor the locate a namespace algorithm
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 0d726a723af..cf3aadf1658 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -74,6 +74,7 @@ extern crate phf; extern crate profile_traits; extern crate rand; extern crate range; +extern crate ref_filter_map; extern crate ref_slice; extern crate regex; extern crate rustc_serialize; |