mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-21 18:43:20 +00:00
79d152190c
Ehance opt_as_ref_deref lint. - [x] Added passing UI tests (including committed `.stderr` file) - [x] `cargo test` passes locally - [x] Run `cargo dev fmt` Lint on opt.as_ref().map(|x| &**x). Fixes #5367. changelog: lint on opt.as_ref().map(|x| &**x) |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |