File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ pub const unsafe fn from_utf8_unchecked(v: &[u8]) -> &str {
178
178
/// Converts a slice of bytes to a string slice without checking
179
179
/// that the string contains valid UTF-8; mutable version.
180
180
///
181
- /// See the immutable version, [`from_utf8_unchecked()`] for more information .
181
+ /// See the immutable version, [`from_utf8_unchecked()`] for documentation and safety requirements .
182
182
///
183
183
/// # Examples
184
184
///
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ impl str {
306
306
/// Converts a slice of bytes to a string slice without checking
307
307
/// that the string contains valid UTF-8; mutable version.
308
308
///
309
- /// See the immutable version, [`from_utf8_unchecked()`] for more information .
309
+ /// See the immutable version, [`from_utf8_unchecked()`] for documentation and safety requirements .
310
310
///
311
311
/// # Examples
312
312
///
You can’t perform that action at this time.
0 commit comments