Email or username:

Password:

Forgot your password?
Top-level
Predrag Gruevski

@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
Hayden Stainsby

@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.

Hayden Stainsby

@predrag but we should probably run against beta as well occasionally.

Go Up