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 4a86573 commit 47d0d2fCopy full SHA for 47d0d2f
src/liballoc/string.rs
@@ -268,7 +268,8 @@ use crate::vec::Vec;
268
///
269
/// Here, there's no need to allocate more memory inside the loop.
270
271
-/// [`&str`]: str
+/// [`str`]: ../../std/primitive.str.html
272
+/// [`&str`]: ../../std/primitive.str.html
273
/// [`Deref`]: core::ops::Deref
274
/// [`as_str()`]: String::as_str
275
#[derive(PartialOrd, Eq, Ord)]
0 commit comments