We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1500db7 + 732b4bb commit d4559c0Copy full SHA for d4559c0
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