rust/clippy_lints
Samuel Tardieu 042a54c8d7 Build complete usable type from a type-relative prefix
Instead of looking for angle brackets in the source code, use the HIR
and Ty interfaces to either copy the original type, or complete it with
`_` placeholders if all type and const generic arguments are inferred.
2025-04-11 01:31:26 +02:00
..
src Build complete usable type from a type-relative prefix 2025-04-11 01:31:26 +02:00
Cargo.toml Bump Clippy version -> 0.1.88 2025-04-03 21:32:37 +02:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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