diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 0beebba4c51..dafd3764688 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -17,7 +17,7 @@ #![feature(unsafe_destructor)] #![feature(unsafe_no_drop_flag)] -#![deny(unsafe_blocks)] +#![deny(unsafe_code)] #![allow(unrooted_must_root)] #![plugin(string_cache_plugin)] |