From bdd370e0e5d97d95d23537bde73ddc9c1fc99a4b Mon Sep 17 00:00:00 2001 From: yvt Date: Thu, 10 Nov 2022 20:40:36 +0900 Subject: [PATCH] refactor(core): remove `#![feature(generic_associated_types)]` The `generic_associated_types` feature was stabilized by [rust-lang/rust#96709][1]. [1]: https://github.com/rust-lang/rust/pull/96709 --- src/r3_core/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/r3_core/src/lib.rs b/src/r3_core/src/lib.rs index ecad86642e..d6eb364be2 100644 --- a/src/r3_core/src/lib.rs +++ b/src/r3_core/src/lib.rs @@ -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)]`