mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-02 23:04:40 +00:00
Fix function reference in documentation
This commit is contained in:
parent
e32c619838
commit
063393d176
@ -236,7 +236,7 @@ impl<const N: usize> CString<N> {
|
|||||||
/// Converts a [`CString`] to a string slice without checking
|
/// Converts a [`CString`] to a string slice without checking
|
||||||
/// that the string contains valid UTF-8.
|
/// that the string contains valid UTF-8.
|
||||||
///
|
///
|
||||||
/// See the safe version, [`CString::to_str`], for more information.
|
/// See the safe version, [`CStr::to_str`], for more information.
|
||||||
///
|
///
|
||||||
/// # Safety
|
/// # Safety
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user