diff --git a/src/string.rs b/src/string.rs index 51e3e6e9..474d5675 100644 --- a/src/string.rs +++ b/src/string.rs @@ -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` ///