Skip to content

Commit 9ec96be

Browse files
committed
Remove redundant feature attribure; once_cell will be stabilized since 1.70.
1 parent 123895e commit 9ec96be

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![feature(maybe_uninit_slice)]
22
#![feature(maybe_uninit_uninit_array)]
33
#![feature(maybe_uninit_array_assume_init)]
4-
#![feature(once_cell)]
54
#![feature(alloc_error_handler)]
65
#![cfg_attr(not(test), no_std)]
76
extern crate alloc;

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![feature(maybe_uninit_uninit_array)]
22
#![feature(maybe_uninit_slice)]
33
#![feature(maybe_uninit_array_assume_init)]
4-
#![feature(once_cell)]
54
#![feature(alloc_error_handler)]
65
#![no_builtins]
76
#![no_std]

0 commit comments

Comments
 (0)