mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04: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 |
||
---|---|---|
.. | ||
json_types.rs | ||
merge.rs | ||
mod.rs | ||
range_tree.rs |