aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <japaricious@gmail.com> 2017-03-10 11:18:03 -0500
committerGravatar Jorge Aparicio <japaricious@gmail.com> 2017-03-10 11:18:10 -0500
commit8363022c7ecddcdb48e6b82c0a0fa78c6f45a879 (patch)
tree37c52153c89b2a07b45ac6e6910ef53fe5423b82 /src
parenteb247936ddd3603038fc4668b062908e1df4f1fc (diff)
downloadcortex-m-8363022c7ecddcdb48e6b82c0a0fa78c6f45a879.tar.gz
cortex-m-8363022c7ecddcdb48e6b82c0a0fa78c6f45a879.tar.zst
cortex-m-8363022c7ecddcdb48e6b82c0a0fa78c6f45a879.zip
remove macro_reexport feature gate
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 05fcee5..95a1b69 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -8,7 +8,6 @@
//! - Data structures like the vector table
//! - Safe wrappers around assembly instructions like `bkpt`
-#![feature(macro_reexport)]
#![cfg_attr(target_arch = "arm", feature(core_intrinsics))]
#![deny(missing_docs)]
#![deny(warnings)]