Skip to content

Commit 1b6590c

Browse files
committed
forgot to remove a cfg(not(bootstrap))
1 parent 3e16d4a commit 1b6590c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
#![feature(doc_cfg)]
248248
#![feature(doc_keyword)]
249249
#![feature(doc_masked)]
250-
#![cfg_attr(not(bootstrap), feature(doc_spotlight))]
250+
#![feature(doc_spotlight)]
251251
#![feature(dropck_eyepatch)]
252252
#![feature(duration_constants)]
253253
#![feature(exact_size_is_empty)]

0 commit comments

Comments
 (0)