Cleanup schemes list, remove lazy_static
This commit is contained in:
parent
0693540a5b
commit
2de2d4cac4
4 changed files with 21 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue