]> git.lizzy.rs Git - rust.git/commitdiff
forgot to remove a cfg(not(bootstrap))
authorPietro Albini <pietro@pietroalbini.org>
Thu, 27 Aug 2020 08:58:34 +0000 (10:58 +0200)
committerPietro Albini <pietro@pietroalbini.org>
Thu, 27 Aug 2020 08:58:34 +0000 (10:58 +0200)
library/std/src/lib.rs

index 1142b74ff0dc4b8a3691766594ad8d205edcea8f..0797585e3df3f99820be07fc7f4a5cafe99d15a9 100644 (file)
 #![feature(doc_cfg)]
 #![feature(doc_keyword)]
 #![feature(doc_masked)]
-#![cfg_attr(not(bootstrap), feature(doc_spotlight))]
+#![feature(doc_spotlight)]
 #![feature(dropck_eyepatch)]
 #![feature(duration_constants)]
 #![feature(exact_size_is_empty)]