Skip to content

Commit 0882824

Browse files
committed
Auto merge of #3171 - saethlin:rustup, r=saethlin
Rustup For rust-lang/miri#3103
2 parents 2992ec5 + d8a0f4b commit 0882824

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@
273273
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/",
274274
test(attr(allow(unused_variables), deny(warnings)))
275275
)]
276-
#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
277-
#![cfg_attr(not(bootstrap), doc(rust_logo))]
278-
#![cfg_attr(not(bootstrap), allow(internal_features))]
276+
#![feature(rustdoc_internals)]
277+
#![doc(rust_logo)]
278+
#![allow(internal_features)]
279279
#![deny(rustc::untranslatable_diagnostic)]
280280
#![deny(rustc::diagnostic_outside_of_impl)]
281281

0 commit comments

Comments
 (0)