mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
11ef04728c
This will catch `unwrap_or_else(Default::default)` on Result and Option and suggest `unwrap_or_default()` instead.