Cleanup schemes list, remove lazy_static

This commit is contained in:
Jeremy Soller 2016-08-18 08:10:08 -06:00
parent 0693540a5b
commit 2de2d4cac4
4 changed files with 21 additions and 11 deletions

View file

@ -67,6 +67,7 @@
#![feature(alloc)]
#![feature(collections)]
#![feature(const_fn)]
#![feature(drop_types_in_const)]
#![feature(question_mark)]
#![no_std]
@ -88,8 +89,6 @@ extern crate collections;
#[macro_use]
extern crate bitflags;
#[macro_use]
extern crate lazy_static;
extern crate spin;
/// Context management