Remove recursion_limit
increases.
These are no longer needed now that `Nonterminal` is gone.
This commit is contained in:
parent
4c0cbaeb9e
commit
1830245a22
29 changed files with 0 additions and 29 deletions
|
@ -3,7 +3,6 @@
|
|||
// tidy-alphabetical-start
|
||||
#![allow(internal_features)]
|
||||
#![allow(unused_parens)]
|
||||
#![cfg_attr(doc, recursion_limit = "256")] // FIXME(nnethercote): will be removed by #124141
|
||||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
|
||||
#![doc(rust_logo)]
|
||||
#![feature(min_specialization)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue