mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fb021d7cef
These methods are confusing because the arguments are backwards. I feel like they should have never been added to `Option<T>` and that clippy should suggest rewriting to `map(...).unwrap_or(...)`/`map(...).unwrap_or_else(|| ...)` https://github.com/rust-lang/rfcs/issues/1025 |
||
---|---|---|
.. | ||
mod.rs | ||
prompter.rs |