rust/clippy_lints
bors 71c1e87390 Auto merge of #95436 - cjgillot:static-mut, r=oli-obk
Remember mutability in `DefKind::Static`.

This allows to compute the `BodyOwnerKind` from `DefKind` only, and
removes a direct dependency of some MIR queries onto HIR.

As a side effect, it also simplifies metadata, since we don't need 4
flavours of `EntryKind::*Static` any more.
2022-03-30 22:09:56 +00:00
..
src Auto merge of #95436 - cjgillot:static-mut, r=oli-obk 2022-03-30 22:09:56 +00:00
Cargo.toml Update itertools 2022-03-04 11:54:28 -06:00
README.md

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