Remove feature(asm) now that it is stable

This commit is contained in:
GBA bot 2022-01-03 23:02:26 +00:00
parent 311c26caad
commit 8afc57c158

View file

@ -1,7 +1,6 @@
#![no_std]
// This appears to be needed for testing to work
#![cfg_attr(test, no_main)]
#![feature(asm)]
#![deny(clippy::all)]
#![feature(custom_test_frameworks)]
#![feature(alloc_error_handler)]