diff --git a/src/c_string.rs b/src/c_string.rs index 884d2566..6f38d094 100644 --- a/src/c_string.rs +++ b/src/c_string.rs @@ -22,7 +22,6 @@ impl CString { /// Creates a new C-compatible string with a terminating nul byte. /// /// ```rust - /// use core::ffi::CStr; /// use heapless::CString; /// /// // A fixed-size `CString` that can store up to 10 characters