mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 17:53:56 +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 |