aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2017-06-28 21:10:35 -0500
committerGravatar Jorge Aparicio <jorge@japaric.io> 2017-06-30 18:08:28 -0500
commitc05f8f1974ae28da6aff612417bf5defc92e28b4 (patch)
tree02f15ab6783d1a31e9e6146f7ab003a44888b031 /src/lib.rs
parenta396a68a43e684b4388cfdcaa0caacbe0dcc4b71 (diff)
downloadcortex-m-c05f8f1974ae28da6aff612417bf5defc92e28b4.tar.gz
cortex-m-c05f8f1974ae28da6aff612417bf5defc92e28b4.tar.zst
cortex-m-c05f8f1974ae28da6aff612417bf5defc92e28b4.zip
drop unused feature gates, rename StackedRegisters to StackFrame
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 9cbedb4..e6f85e0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -12,9 +12,6 @@
#![deny(warnings)]
#![feature(asm)]
#![feature(const_fn)]
-#![feature(linkage)]
-#![feature(naked_functions)]
-#![feature(used)]
#![no_std]
extern crate aligned;