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,6 +1,6 @@
use core::mem;
use core::ops::Range;
use collections::{String, Vec};
use alloc::{String, Vec};
use super::data::{Stat, TimeSpec};
use super::error::Result;