forgot to remove a cfg(not(bootstrap))
This commit is contained in:
parent
3e16d4af7f
commit
1b6590c9f4
@ -247,7 +247,7 @@
|
|||||||
#![feature(doc_cfg)]
|
#![feature(doc_cfg)]
|
||||||
#![feature(doc_keyword)]
|
#![feature(doc_keyword)]
|
||||||
#![feature(doc_masked)]
|
#![feature(doc_masked)]
|
||||||
#![cfg_attr(not(bootstrap), feature(doc_spotlight))]
|
#![feature(doc_spotlight)]
|
||||||
#![feature(dropck_eyepatch)]
|
#![feature(dropck_eyepatch)]
|
||||||
#![feature(duration_constants)]
|
#![feature(duration_constants)]
|
||||||
#![feature(exact_size_is_empty)]
|
#![feature(exact_size_is_empty)]
|
||||||
|
Loading…
Reference in New Issue
Block a user