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 1aeddd2 commit ba8a89aCopy full SHA for ba8a89a
library/alloc/src/string/string.rs
@@ -1,7 +1,7 @@
1
//! A UTF-8–encoded, growable string, with allocator support.
2
//!
3
-//! This module only exists due to type parameter defaults not affecting inference.
4
-//! Otherwise, [`alloc::string::String`] would be the canonical location of `String`,
+//! This module only exists due to type parameter defaults not affecting inference,
+//! otherwise, [`alloc::string::String`][crate::string::String] would be the canonical location of `String`,
5
//! instead of a type alias.
6
7
#![unstable(feature = "string_allocator_api", issue = "32838")]
0 commit comments