-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools
Description
url: https://doc.rust-lang.org/nightly/core/option/enum.Option.html
function: as_ref()
Examples:
Converts an Option<String> into an Option<usize>, preserving the original.
Perhaps I'm just confused, but shouldn't that say:
Converts an Option<String> into an Option<&str>, preserving the original.
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools