I have pinned clippy to use the version from the MSRV. It's the only solution I can see. i thought clippy uses the MSRV (`rust-version` in `Cargo.toml`) when present? the last paragraph of the initial issue comment even states that they should switch to that once it's availabe (which it has been for a while now): https://github.com/rust-lang/rust-clippy/issues/6097 but indeed there's nothing in the docs: https://doc.rust-lang.org/stable/clippy/configuration.html#specifying-the-minimum-supported-rust-version 🙁