Move ArrayVec back into the main file

This commit is contained in:
Tobias Bucher
2015-09-12 13:22:30 +01:00
parent 4977da3502
commit 078dbf4b15
3 changed files with 693 additions and 697 deletions
+1 -1
View File
@@ -4,8 +4,8 @@ use std::mem;
use std::ops::Deref;
use std::str;
use ArrayVec;
use array::Array;
use array_vec::ArrayVec;
/// A string with a fixed capacity.