We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a792d commit 076abfaCopy full SHA for 076abfa
src/libfmt_macros/lib.rs
@@ -9,6 +9,7 @@
9
test(attr(deny(warnings))))]
10
11
#![deny(rust_2018_idioms)]
12
+#![cfg_attr(not(stage0), deny(internal))]
13
14
#![feature(nll)]
15
#![feature(rustc_private)]
src/librustdoc/lib.rs
@@ -1,4 +1,5 @@
1
2
3
4
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
5
html_playground_url = "https://play.rust-lang.org/")]
0 commit comments