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
|
@ -1,6 +1,8 @@
|
|||
//! Support for serializing the dep-graph and reloading it.
|
||||
|
||||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
|
||||
#![cfg_attr(not(bootstrap), doc(rust_logo))]
|
||||
#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
|
||||
// this shouldn't be necessary, but the check for `&mut _` is too naive and denies returning a function pointer that takes a mut ref
|
||||
#![feature(const_mut_refs)]
|
||||
#![feature(const_refs_to_cell)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue