Skip to content

Commit

Permalink
Increase recursion_limit in librustc_plugin_impl.
Browse files Browse the repository at this point in the history
To avoid rustdoc problems.
  • Loading branch information
nnethercote committed Aug 8, 2020
1 parent 3dc8a36 commit 96dd044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_plugin_impl/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
#![feature(nll)]
#![recursion_limit = "256"]

use rustc_lint::LintStore;

Expand Down

0 comments on commit 96dd044

Please sign in to comment.