We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e2a5b commit b2d2011Copy full SHA for b2d2011
src/c_string.rs
@@ -22,7 +22,6 @@ impl<const N: usize> CString<N> {
22
/// Creates a new C-compatible string with a terminating nul byte.
23
///
24
/// ```rust
25
- /// use core::ffi::CStr;
26
/// use heapless::CString;
27
28
/// // A fixed-size `CString` that can store up to 10 characters
0 commit comments