aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
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 e1c8a0b05a9..b4603a931b0 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -15,7 +15,7 @@
#![feature(unsafe_destructor)]
#![feature(custom_attribute)]
-#![deny(unsafe_blocks)]
+#![deny(unsafe_code)]
#![allow(non_snake_case)]
#![doc="The script crate contains all matters DOM."]