Auto merge of #147779 - flip1995:clippy-subtree-update, r=Manishearth

Clippy subtree update

r? `@Manishearth`

`Cargo.lock` update, because `clippy_utils` is now also using `itertools`
This commit is contained in:
bors 2025-10-17 07:57:20 +00:00
commit a41214f9bd
471 changed files with 7420 additions and 2697 deletions

View file

@ -645,6 +645,7 @@ version = "0.0.1"
dependencies = [
"clippy_config",
"clippy_utils",
"itertools",
"regex",
"rustc-semver",
]