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.
1 parent 123895e commit 9ec96beCopy full SHA for 9ec96be
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