@hds this is why I recommend a once-a-month job that compiles + runs clippy on your project using beta Rust.
If it triggers new lints and fails, you have an entire month to fix it before it breaks your PR's CI flow 🦀
Top-level
@hds this is why I recommend a once-a-month job that compiles + runs clippy on your project using beta Rust. If it triggers new lints and fails, you have an entire month to fix it before it breaks your PR's CI flow 🦀 2 comments
|
@predrag at work we just pin the rust version and update it with a job. If the update job fails we fix in the same change and submit together.