remove another unnecessary feature gate

This commit is contained in:
Jorge Aparicio 2018-08-24 13:46:41 +02:00 committed by GitHub
parent feaa39fa32
commit 9e7ed176ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
//! Procedural macros of the `cortex-m-rtfm` crate
// #![deny(warnings)]
#![feature(proc_macro)]
#![recursion_limit = "128"]
#[macro_use]