diff --git a/algorithms/src/lib.rs b/algorithms/src/lib.rs index 3257aedf..76553ac9 100644 --- a/algorithms/src/lib.rs +++ b/algorithms/src/lib.rs @@ -1,4 +1,3 @@ -#![feature(generic_associated_types, label_break_value)] #![allow( clippy::mem_replace_with_default, clippy::comparison_chain, diff --git a/src/main.rs b/src/main.rs index ec6dcdab..70950091 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,8 +1,6 @@ #![feature( c_variadic, // https://github.com/rust-lang/rust/issues/44930 thread_local, // https://github.com/rust-lang/rust/issues/29594 - label_break_value, // https://github.com/rust-lang/rust/issues/48594 - generic_associated_types, // https://github.com/rust-lang/rust/issues/44265 extern_types, // https://github.com/rust-lang/rust/issues/43467 )] #![allow(