aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2016-07-12 16:34:35 +0530
committerManish Goregaokar <manishsmail@gmail.com>2016-07-12 19:59:58 +0530
commit3ead9cc67b3955b771337e0017b88d367447ed65 (patch)
tree3515baa58f86e044a275c86eaae7baddbae1cd8c /components/util/lib.rs
parented894777a1ccabeca318bfef4bbb739fc0bed41f (diff)
downloadservo-3ead9cc67b3955b771337e0017b88d367447ed65.tar.gz
servo-3ead9cc67b3955b771337e0017b88d367447ed65.zip
Improve mach clippy, add plugins to style/util
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 2e57d5a5f4b..6b906f83c8d 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -7,6 +7,7 @@
#![cfg_attr(feature = "servo", feature(plugin))]
#![cfg_attr(feature = "servo", feature(reflect_marker))]
#![cfg_attr(feature = "servo", plugin(serde_macros))]
+#![cfg_attr(feature = "servo", plugin(plugins))]
#![deny(unsafe_code)]