We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 123895e + 9ec96be commit 191b2e0Copy full SHA for 191b2e0
src/lib.rs
@@ -1,7 +1,6 @@
1
#![feature(maybe_uninit_slice)]
2
#![feature(maybe_uninit_uninit_array)]
3
#![feature(maybe_uninit_array_assume_init)]
4
-#![feature(once_cell)]
5
#![feature(alloc_error_handler)]
6
#![cfg_attr(not(test), no_std)]
7
extern crate alloc;
src/main.rs
#![no_builtins]
#![no_std]
0 commit comments