Skip to content

Commit e1cb818

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 ba103e3 commit e1cb818

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* TODO(antoyo): remove the patches.
1313
*/
1414

15+
#![cfg_attr(not(bootstrap), doc(rust_logo))]
16+
#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
1517
#![feature(
1618
rustc_private,
1719
decl_macro,

0 commit comments

Comments
 (0)