Skip to content

Commit 86d5b40

Browse files
committed
chore: upgrade toolchain channel to nightly-2025-05-01
1 parent 6cab7bd commit 86d5b40

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "nightly-2025-04-21"
2+
channel = "nightly-2025-05-01"
33
components = [
44
"llvm-tools",
55
"rust-src",

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#![feature(maybe_uninit_as_bytes)]
1616
#![feature(maybe_uninit_slice)]
1717
#![feature(maybe_uninit_write_slice)]
18-
#![feature(naked_functions)]
1918
#![feature(never_type)]
2019
#![feature(slice_from_ptr_range)]
2120
#![feature(slice_ptr_get)]

0 commit comments

Comments
 (0)