Merge pull request #151 from gwilymk/remove-feature-asm-now-that-it-is-stable

Remove feature(asm) now that it is stable
This commit is contained in:
Gwilym Kuiper 2022-01-03 23:53:10 +00:00 committed by GitHub
commit e601cc53ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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