Skip to content

Commit

Permalink
Remove recursion limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth authored and ferjm committed Jul 30, 2018
1 parent 9dda87a commit d4fcd8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/script/lib.rs
Expand Up @@ -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)]
Expand Down

0 comments on commit d4fcd8f

Please sign in to comment.