forgot to remove a cfg(not(bootstrap))

This commit is contained in:
Pietro Albini 2020-08-27 10:58:34 +02:00
parent 3e16d4af7f
commit 1b6590c9f4
No known key found for this signature in database
GPG key ID: 3E06ABE80BAAF19C

View file

@ -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)]