Use upstream lazy_static and update once crate

This commit is contained in:
Philipp Oppermann
2016-08-04 19:59:29 +02:00
parent 74cadb15a3
commit 3bd5e56e3f
2 changed files with 7 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ extern crate x86;
#[macro_use]
extern crate once;
extern crate bit_field;
#[macro_use]
extern crate lazy_static;
extern crate hole_list_allocator;
extern crate alloc;