We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636d9e3 commit ac75173Copy full SHA for ac75173
src/lib.rs
@@ -36,6 +36,8 @@
36
clippy::cast_lossless,
37
clippy::cast_possible_truncation,
38
)]
39
+// Needed for rustdoc from bootstrap (with `-Znormalize-docs`).
40
+#![recursion_limit = "256"]
41
42
extern crate rustc_apfloat;
43
extern crate rustc_ast;
0 commit comments