`Result<T,E>` has a method to adapt into an `Option<T>`, Clippy doesn't catch attempts to rewrite this method as `Result<T,E>.map_or(None, Some(T))`