Closed
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.