diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 3275f10a65f..5125607219b 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -13,8 +13,6 @@ #![deny(unsafe_code)] #![allow(non_snake_case)] -#![recursion_limit = "128"] - #![doc = "The script crate contains all matters DOM."] #![plugin(script_plugins)] |