rust-clippy/clippy_utils
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_utils 2022-01-09 18:24:51 -06:00