1
Fork 0

Remove unused features

This commit is contained in:
clubby789 2024-01-14 20:08:47 +00:00
parent 5bd5d214ef
commit fd29f74ff8
45 changed files with 8 additions and 95 deletions

View file

@ -2,16 +2,9 @@
#![deny(rustc::diagnostic_outside_of_impl)]
#![cfg_attr(
feature = "nightly",
feature(
allow_internal_unstable,
extend_one,
min_specialization,
new_uninit,
step_trait,
stmt_expr_attributes,
test
)
feature(extend_one, min_specialization, new_uninit, step_trait, test)
)]
#![cfg_attr(all(feature = "nightly", test), feature(stmt_expr_attributes))]
#![cfg_attr(feature = "nightly", allow(internal_features))]
pub mod bit_set;