Remove usage of specialization from newtype_index!

This commit is contained in:
bjorn3 2023-12-31 18:35:49 +00:00
parent 2975a21b5d
commit f23c1fdaeb
4 changed files with 3 additions and 13 deletions

View file

@ -1,10 +1,7 @@
// tidy-alphabetical-start
#![cfg_attr(all(feature = "nightly", test), feature(stmt_expr_attributes))]
#![cfg_attr(
feature = "nightly",
feature(extend_one, min_specialization, new_uninit, step_trait, test)
)]
#![cfg_attr(feature = "nightly", allow(internal_features))]
#![cfg_attr(feature = "nightly", feature(extend_one, new_uninit, step_trait, test))]
// tidy-alphabetical-end
pub mod bit_set;