rust/clippy_lints
bors b3c94c0828 Auto merge of #8976 - xFrednet:rust-97660-catch-emissions-with-expect, r=Jarcho
Fix some `#[expect]` lint interaction

Fixing the first few lints that aren't caught by `#[expect]`. The root cause of these examples was, that the lint was emitted at the wrong location.

---

changelog: none

r? `@Jarcho`

cc: rust-lang/rust#97660
2022-06-09 22:28:36 +00:00
..
src Auto merge of #8976 - xFrednet:rust-97660-catch-emissions-with-expect, r=Jarcho 2022-06-09 22:28:36 +00:00
Cargo.toml Merge 'rust-clippy/master' into clippyup 2022-05-21 13:24:00 +02:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.