rust-clippy/clippy_lints
Jason Newcomb 7ed86bf822 Changes to ptr_arg
* Track the argument when used to initialize simple `let` bindings
* Check if the argument is passed to a function requiring the original type
* Use `multipart_suggestion` rather than multiple suggestions
* Check if the name given in the source code matches the name of the actual type
2022-01-12 20:57:50 -05:00
..
src Changes to ptr_arg 2022-01-12 20:57:50 -05:00
Cargo.toml Combine internal features in clippy_lints 2022-01-09 18:35:12 -06: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.