aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2014-12-12 12:58:42 -0500
committerJosh Matthews <josh@joshmatthews.net>2014-12-18 12:54:02 -0500
commit3cfe8ab53e200eddc8d2bda8ad6c118b7761188c (patch)
treead57c0402ec91ecb98f337872e315fc23997f627 /components/script/lib.rs
parent9d82e06e6479ec963b0c42d2abf6a6c912a0cea2 (diff)
downloadservo-3cfe8ab53e200eddc8d2bda8ad6c118b7761188c.tar.gz
servo-3cfe8ab53e200eddc8d2bda8ad6c118b7761188c.zip
Address review comments.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index a956a26d876..028cd333468 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -5,7 +5,7 @@
#![comment = "The Servo Parallel Browser Project"]
#![license = "MPL"]
-#![feature(default_type_params, globs, macro_rules, phase, unsafe_destructor)]
+#![feature(default_type_params, globs, macro_rules, phase, unsafe_destructor, if_let)]
#![deny(unused_imports)]
#![deny(unused_variables)]