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 dcba615 commit a2827b0Copy full SHA for a2827b0
core/src/str/mod.rs
@@ -169,7 +169,7 @@ impl str {
169
/// UTF-8, and then does the conversion.
170
///
171
/// [`&str`]: str
172
- /// [byteslice]: slice
+ /// [byteslice]: prim@slice
173
174
/// If you are sure that the byte slice is valid UTF-8, and you don't want to
175
/// incur the overhead of the validity check, there is an unsafe version of
0 commit comments