We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab0749 commit 732b4bbCopy full SHA for 732b4bb
compiler/rustc_parse_format/src/lib.rs
@@ -9,13 +9,10 @@
9
html_playground_url = "https://play.rust-lang.org/",
10
test(attr(deny(warnings)))
11
)]
12
-#![cfg_attr(not(bootstrap), doc(rust_logo))]
13
-#![cfg_attr(not(bootstrap), allow(internal_features))]
14
-#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
15
#![deny(rustc::untranslatable_diagnostic)]
16
#![deny(rustc::diagnostic_outside_of_impl)]
17
-// We want to be able to build this crate with a stable compiler, so no
18
-// `#![feature]` attributes should be added.
+// WARNING: We want to be able to build this crate with a stable compiler,
+// so no `#![feature]` attributes should be added!
19
20
use rustc_lexer::unescape;
21
pub use Alignment::*;
0 commit comments