Skip to content

Commit

Permalink
forgot to remove a cfg(not(bootstrap))
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Aug 27, 2020
1 parent 3e16d4a commit 1b6590c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
#![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)]
Expand Down

0 comments on commit 1b6590c

Please sign in to comment.