Skip to content

Commit 6fec9ca

Browse files
committed
features removed
as adviced by rustc --explain E0557
1 parent 5c1fcb5 commit 6fec9ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
//! Definitions of register addresses and bits within those registers
22
33
#![feature(llvm_asm)]
4-
#![feature(const_fn)]
54
#![feature(associated_type_defaults)]
65
#![feature(lang_items)]
7-
#![feature(unwind_attributes)]
86
#![feature(proc_macro_hygiene)]
97

108
#![no_std]

0 commit comments

Comments
 (0)