Thanks to visit codestin.com Credit goes to github.com
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 03eed12 commit 15adc38Copy full SHA for 15adc38
library/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