Remove unneeded const_fn feature

This commit is contained in:
Philipp Oppermann
2018-07-01 18:26:48 +02:00
parent 795b84a447
commit 3365a4f9ff
4 changed files with 0 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
#![feature(const_fn)]
#![no_std] // don't link the Rust standard library
extern crate spin;