mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
remove another unnecessary feature gate
This commit is contained in:
parent
feaa39fa32
commit
9e7ed176ae
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
//! Procedural macros of the `cortex-m-rtfm` crate
|
//! Procedural macros of the `cortex-m-rtfm` crate
|
||||||
// #![deny(warnings)]
|
// #![deny(warnings)]
|
||||||
#![feature(proc_macro)]
|
|
||||||
#![recursion_limit = "128"]
|
#![recursion_limit = "128"]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|
Loading…
Reference in a new issue