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 74e7709 commit 123e203Copy full SHA for 123e203
library/core/src/option.rs
@@ -615,6 +615,7 @@ impl<T> Option<T> {
615
///
616
/// [`map`]: Option::map
617
/// [String]: ../../std/string/struct.String.html "String"
618
+ /// [`String`]: ../../std/string/struct.String.html "String"
619
620
/// ```
621
/// let text: Option<String> = Some("Hello, world!".to_string());
0 commit comments