mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
29cc0d8e59
make unwrap_used also trigger on .get().unwrap() fixes #8124 changelog: make the [unwrap_used] lint trigger for code of the form such as `.get(i).unwrap()` and `.get_mut(i).unwrap()` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |