forgot to remove a cfg(not(bootstrap))
This commit is contained in:
parent
3e16d4af7f
commit
1b6590c9f4
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue