features removed

as adviced by
  rustc --explain E0557
This commit is contained in:
Geert Stappers 2022-06-08 09:06:27 +02:00
parent 5c1fcb5add
commit 6fec9ca38f
1 changed files with 0 additions and 2 deletions

View File

@ -1,10 +1,8 @@
//! Definitions of register addresses and bits within those registers
#![feature(llvm_asm)]
#![feature(const_fn)]
#![feature(associated_type_defaults)]
#![feature(lang_items)]
#![feature(unwind_attributes)]
#![feature(proc_macro_hygiene)]
#![no_std]