mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
librustdoc: remove unneeded #[recursion_limit]
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
#![feature(test)]
|
||||
#![feature(type_alias_impl_trait)]
|
||||
#![feature(type_ascription)]
|
||||
#![recursion_limit = "256"]
|
||||
#![warn(rustc::internal)]
|
||||
|
||||
extern crate thin_vec;
|
||||
|
||||
Reference in New Issue
Block a user