Remove recursion_limit increases.

These are no longer needed now that `Nonterminal` is gone.
This commit is contained in:
Nicholas Nethercote 2025-04-02 16:25:27 +11:00
parent 4c0cbaeb9e
commit 1830245a22
29 changed files with 0 additions and 29 deletions

View file

@ -4,7 +4,6 @@
#![allow(internal_features)]
#![allow(rustc::diagnostic_outside_of_impl)]
#![allow(rustc::untranslatable_diagnostic)]
#![cfg_attr(doc, recursion_limit = "256")] // FIXME(nnethercote): will be removed by #124141
#![feature(array_windows)]
#![feature(assert_matches)]
#![feature(box_patterns)]