Use encode_utf8 from crate odds

This commit is contained in:
bluss
2016-10-16 11:54:44 +02:00
parent d43c959fa8
commit 3d69403dee
4 changed files with 2 additions and 55 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use std::slice;
use array::Array;
use array::Index;
use CapacityError;
use char_ext::encode_utf8;
use odds::char::encode_utf8;
/// A string with a fixed capacity.
///