remove unnecessary feature gate

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

View file

@ -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;