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,5 +1,5 @@
use alloc::arc::Arc;
use collections::Vec;
use alloc::Vec;
use spin::{Mutex, RwLock};
use context::{self, Context, SwitchResult};