fix warning

This commit is contained in:
mwojcik 2023-09-05 17:23:31 +08:00
parent 9b48e6952d
commit 8d5472e5cb
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#![no_std]
#![feature(never_type)]
#![cfg_attr(feature = "alloc", feature(alloc))]
#[cfg(feature = "alloc")]
extern crate alloc;