about summary refs log tree commit diff
path: root/library/std/src/prelude/common.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/prelude/common.rs')
-rw-r--r--library/std/src/prelude/common.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/prelude/common.rs b/library/std/src/prelude/common.rs
index f61e04e02b6..01936734d75 100644
--- a/library/std/src/prelude/common.rs
+++ b/library/std/src/prelude/common.rs
@@ -84,7 +84,6 @@ pub use core::prelude::v1::cfg_eval;
 )]
 pub use core::prelude::v1::type_ascribe;
 
-#[cfg(not(bootstrap))]
 // Do not `doc(no_inline)` either.
 #[unstable(
     feature = "deref_patterns",