From 729e47a756bfc1ce278286dcf9ccc476742b5ad7 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Thu, 3 Nov 2022 19:23:55 +0100 Subject: [PATCH] build: upgrade to rust 1.65 --- algorithms/src/lib.rs | 1 - src/main.rs | 2 -- 2 files changed, 3 deletions(-) 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(