Skip to content

Commit

Permalink
refactor(core): remove #![feature(generic_associated_types)]
Browse files Browse the repository at this point in the history
The `generic_associated_types` feature was stabilized by
[rust-lang/rust#96709][1].

[1]: rust-lang/rust#96709
  • Loading branch information
yvt committed Nov 12, 2022
1 parent 3867f05 commit bdd370e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/r3_core/src/lib.rs
Expand Up @@ -11,7 +11,6 @@
#![feature(maybe_uninit_uninit_array)]
#![feature(const_precise_live_drops)]
#![feature(const_raw_ptr_comparison)]
#![feature(generic_associated_types)]
#![feature(associated_type_bounds)]
#![feature(const_slice_first_last)]
#![feature(cfg_target_has_atomic)] // `#[cfg(target_has_atomic_load_store)]`
Expand Down

0 comments on commit bdd370e

Please sign in to comment.