mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
remove unnecessary feature gate
This commit is contained in:
parent
5a3605050e
commit
feaa39fa32
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@
|
|||
//! [rtfm]: http://www.diva-portal.org/smash/get/diva2:1005680/FULLTEXT01.pdf
|
||||
#![deny(missing_docs)]
|
||||
#![deny(warnings)]
|
||||
#![feature(proc_macro)]
|
||||
#![no_std]
|
||||
|
||||
extern crate cortex_m;
|
||||
|
|
Loading…
Reference in a new issue