docs.rs icon indicating copy to clipboard operation
docs.rs copied to clipboard

Run clippy checks against a specific version

Open jsha opened this issue 3 years ago • 0 comments

Right now, we run clippy checks against the latest stable, which means we get spurious build failures when new stable versions are released.

We should use a specific Rust version in our regular CI, and optionally have an additional cron-based CI that builds with stable, which will alert us when there are new clippy lints because there's a new stable.

jsha avatar Nov 14 '22 07:11 jsha