rust-clippy/clippy_lints
bors 706c48b62a Auto merge of #11395 - c410-f3r:let-chain, r=Manishearth
[`arithmetic_side_effects`] Fix #11393

Fix #11393

```
changelog: [`arithmetic_side_effects`]: Detect division by zero for `Wrapping` and `Saturating`
```
2023-08-25 01:05:38 +00:00
..
src Auto merge of #11395 - c410-f3r:let-chain, r=Manishearth 2023-08-25 01:05:38 +00:00
Cargo.toml Bump Clippy version -> 0.1.74 2023-08-24 21:06:31 +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.