From 8fc5da18bcce9aed1b0157adb8e7fbff572e6686 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 1 Mar 2018 20:17:16 +0100 Subject: [PATCH] remove commented out import --- src/string.rs | 1 - 1 file changed, 1 deletion(-) 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` ///