Migrate from collections

This commit is contained in:
Tibor Nagy
2017-10-28 02:42:08 +02:00
parent 8ec5d4726b
commit e6b9f850d1
44 changed files with 59 additions and 62 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use collections::BTreeMap;
use alloc::BTreeMap;
use core::mem;
use spin::Mutex;