ErrLookup › rust-lang/rust-clippy
rust-lang/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/ · Rust · 828 source files
Analyzed at 13aece1138 on 2026-09-07. 8 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| some moved values might need to be renamed to avoid wrong… | console | error | |
| {msg}: {e} | console | error | |
| the MSRV in `clippy.toml` and `Cargo.toml` differ; using | console | error | |
| changing this function will impact semver compatibility | console | error | |
| called `.err().expect()` on a `Result` value | console | error | |
| error reading | console | error | |
| using config file ` `, ` ` will be ignored | console | error | |
| unqualified `#[repr(packed)]` defaults to `#[repr(Rust… | console | error |