remove unused asm feature flag

This commit is contained in:
Simon Renblad 2024-12-27 16:43:32 +08:00
parent 9a8dac9d09
commit b057f01883
3 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
#![no_std]
#![feature(never_type)]
#![feature(naked_functions)]
#![feature(asm)]
extern crate core_io;
extern crate crc;

View File

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

View File

@ -3,7 +3,6 @@
#![feature(const_btree_new)]
#![feature(inline_const)]
#![feature(naked_functions)]
#![feature(asm)]
#[macro_use]
extern crate alloc;