Bump cfg(bootstrap)

This commit is contained in:
Mark Rousskov 2023-08-22 07:06:38 -04:00
parent 068e3d97d0
commit 0a916062aa
33 changed files with 38 additions and 69 deletions

View file

@ -12,7 +12,7 @@
test
)
)]
#![cfg_attr(all(not(bootstrap), feature = "nightly"), allow(internal_features))]
#![cfg_attr(feature = "nightly", allow(internal_features))]
#[cfg(feature = "nightly")]
pub mod bit_set;