Skip to content

Commit b2d2011

Browse files
Update src/c_string.rs
Co-authored-by: Markus Reiter <me@reitermark.us>
1 parent d5e2a5b commit b2d2011

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/c_string.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ impl<const N: usize> CString<N> {
2222
/// Creates a new C-compatible string with a terminating nul byte.
2323
///
2424
/// ```rust
25-
/// use core::ffi::CStr;
2625
/// use heapless::CString;
2726
///
2827
/// // A fixed-size `CString` that can store up to 10 characters

0 commit comments

Comments
 (0)