Skip to content

Commit

Permalink
Merge pull request #25 from falsetru/remove-once-cell-feature-attr
Browse files Browse the repository at this point in the history
Remove redundant feature attribure; once_cell will be stabilized sinc…
  • Loading branch information
kiwiyou authored May 7, 2023
2 parents 123895e + 9ec96be commit 191b2e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![feature(maybe_uninit_slice)]
#![feature(maybe_uninit_uninit_array)]
#![feature(maybe_uninit_array_assume_init)]
#![feature(once_cell)]
#![feature(alloc_error_handler)]
#![cfg_attr(not(test), no_std)]
extern crate alloc;
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![feature(maybe_uninit_uninit_array)]
#![feature(maybe_uninit_slice)]
#![feature(maybe_uninit_array_assume_init)]
#![feature(once_cell)]
#![feature(alloc_error_handler)]
#![no_builtins]
#![no_std]
Expand Down

0 comments on commit 191b2e0

Please sign in to comment.