Remove recursion_limit increases.
These are no longer needed now that `Nonterminal` is gone.
This commit is contained in:
@@ -77,7 +77,6 @@
|
||||
|
||||
// tidy-alphabetical-start
|
||||
#![allow(internal_features)]
|
||||
#![cfg_attr(doc, recursion_limit = "256")] // FIXME(nnethercote): will be removed by #124141
|
||||
#![doc(rust_logo)]
|
||||
#![feature(let_chains)]
|
||||
#![feature(rustdoc_internals)]
|
||||
|
||||
Reference in New Issue
Block a user