Remove recursion limit

This commit is contained in:
Manish Goregaokar 2018-07-10 14:43:11 -07:00 committed by Fernando Jiménez Moreno
parent 9dda87aa70
commit d4fcd8fb0c

View file

@ -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)]