mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Remove recursion limit
This commit is contained in:
parent
9dda87aa70
commit
d4fcd8fb0c
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@
|
||||||
#![deny(unsafe_code)]
|
#![deny(unsafe_code)]
|
||||||
#![allow(non_snake_case)]
|
#![allow(non_snake_case)]
|
||||||
|
|
||||||
#![recursion_limit = "128"]
|
|
||||||
|
|
||||||
#![doc = "The script crate contains all matters DOM."]
|
#![doc = "The script crate contains all matters DOM."]
|
||||||
|
|
||||||
#![plugin(script_plugins)]
|
#![plugin(script_plugins)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue