Closed
Description
Location
https://doc.rust-lang.org/std/option/enum.Option.html#method.unwrap_or_default
Summary
It appears that the example was wrongly adapted from Result::unwrap_or_default, however the example does not work here because parse will never return None, its returns a Result. It appears that ideally a more fitting example should be written.