We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cab7bd commit 86d5b40Copy full SHA for 86d5b40
rust-toolchain.toml
@@ -1,5 +1,5 @@
1
[toolchain]
2
-channel = "nightly-2025-04-21"
+channel = "nightly-2025-05-01"
3
components = [
4
"llvm-tools",
5
"rust-src",
src/lib.rs
@@ -15,7 +15,6 @@
15
#![feature(maybe_uninit_as_bytes)]
16
#![feature(maybe_uninit_slice)]
17
#![feature(maybe_uninit_write_slice)]
18
-#![feature(naked_functions)]
19
#![feature(never_type)]
20
#![feature(slice_from_ptr_range)]
21
#![feature(slice_ptr_get)]
0 commit comments