diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 3ec268466d..543504edac 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2023-10-15" +channel = "nightly-2023-11-01" components = [ "llvm-tools", "rust-src", diff --git a/src/lib.rs b/src/lib.rs index e8c00d5fec..e3ef209452 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,6 @@ #![feature(maybe_uninit_slice)] #![feature(naked_functions)] #![feature(noop_waker)] -#![feature(pointer_byte_offsets)] #![feature(pointer_is_aligned)] #![feature(ptr_from_ref)] #![feature(slice_from_ptr_range)]