From d4fcd8fb0c25c4678e88a1b56cf7676e2a5e240c Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 10 Jul 2018 14:43:11 -0700 Subject: [PATCH] Remove recursion limit --- components/script/lib.rs | 2 -- 1 file changed, 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)]