rust/clippy_lints
bors 61a3ee7935 Auto merge of #6506 - alex-700:add-path-buf-to-ptr-arg-lint, r=Manishearth
Lint "&PathBuf instead of &Path" in PTR_ARG

fixes #6502

changelog: lint "`&PathBuf` instead of `&Path`" in `PTR_ARG`
2020-12-27 17:59:52 +00:00
..
src Auto merge of #6506 - alex-700:add-path-buf-to-ptr-arg-lint, r=Manishearth 2020-12-27 17:59:52 +00:00
Cargo.toml Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup 2020-12-06 15:01:03 +01:00
README.md

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