diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 09e63649a5..7e6d974307 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2024-12-01" +channel = "nightly-2024-12-15" components = [ "llvm-tools", "rust-src", diff --git a/src/lib.rs b/src/lib.rs index b6824cff2b..1fa098e19f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -15,7 +15,6 @@ #![feature(maybe_uninit_slice)] #![feature(naked_functions)] #![feature(never_type)] -#![feature(noop_waker)] #![feature(slice_from_ptr_range)] #![feature(slice_ptr_get)] #![cfg_attr(