rustdoc: remove rust logo from non-Rust crates
This commit is contained in:
parent
6d6fa792ff
commit
c6e6ecb1af
46 changed files with 208 additions and 36 deletions
|
@ -5,6 +5,9 @@
|
|||
html_playground_url = "https://play.rust-lang.org/",
|
||||
test(attr(allow(unused_variables), deny(warnings)))
|
||||
)]
|
||||
#![cfg_attr(not(bootstrap), doc(rust_logo))]
|
||||
#![cfg_attr(not(bootstrap), allow(internal_features))]
|
||||
#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
|
||||
#![feature(allocator_api)]
|
||||
#![feature(associated_type_bounds)]
|
||||
#![feature(const_option)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue