rust/clippy_lints
bors a771557ee9 Auto merge of #6178 - josephlr:sync-from-rust, r=phansch
Sync from rust

Fix rustc breakage by running:
```rust
git subtree push -P src/tools/clippy git@github.com:josephlr/rust-clippy sync-from-rust
```
and then adding a commit that runs `cargo dev fmt`

---

changelog: none
2020-10-16 07:45:42 +00:00
..
src Auto merge of #6178 - josephlr:sync-from-rust, r=phansch 2020-10-16 07:45:42 +00:00
Cargo.toml Merge commit '2f6439ae6a' into clippyup 2020-10-09 12:45:29 +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.