Skip to content

Commit bdd370e

Browse files
committed
refactor(core): remove #![feature(generic_associated_types)]
The `generic_associated_types` feature was stabilized by [rust-lang/rust#96709][1]. [1]: rust-lang/rust#96709
1 parent 3867f05 commit bdd370e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/r3_core/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#![feature(maybe_uninit_uninit_array)]
1212
#![feature(const_precise_live_drops)]
1313
#![feature(const_raw_ptr_comparison)]
14-
#![feature(generic_associated_types)]
1514
#![feature(associated_type_bounds)]
1615
#![feature(const_slice_first_last)]
1716
#![feature(cfg_target_has_atomic)] // `#[cfg(target_has_atomic_load_store)]`

0 commit comments

Comments
 (0)