Skip to content

Commit 8c3eda3

Browse files
committed
docs: add Rust logo to more compiler crates
c6e6ecb added it to some of the compiler's crates, but avoided adding it to all of them to reduce bit-rot. This commit adds to more.
1 parent 3c0d3f2 commit 8c3eda3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#![cfg_attr(not(bootstrap), allow(internal_features))]
2+
#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
3+
#![cfg_attr(not(bootstrap), doc(rust_logo))]
14
#![feature(rustc_private)]
25
// Note: please avoid adding other feature gates where possible
36
#![warn(rust_2018_idioms)]

0 commit comments

Comments
 (0)