diff options
author | 2017-03-10 11:18:03 -0500 | |
---|---|---|
committer | 2017-03-10 11:18:10 -0500 | |
commit | 8363022c7ecddcdb48e6b82c0a0fa78c6f45a879 (patch) | |
tree | 37c52153c89b2a07b45ac6e6910ef53fe5423b82 /src | |
parent | eb247936ddd3603038fc4668b062908e1df4f1fc (diff) | |
download | cortex-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.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)] |