remove commented out import

This commit is contained in:
Jorge Aparicio 2018-03-01 20:17:16 +01:00
parent b6e80a7683
commit 8fc5da18bc

View File

@ -3,7 +3,6 @@ use core::{fmt, ops, str};
use core::str::Utf8Error;
use {BufferFullError, Vec};
//use core::ops::Deref;
/// A String, backed by a fixed size array `heapless::Vec`
///