mozilla/authenticator-rs

Avoid clippy randomly breaking the CI

msirringhaus opened this issue · 1 comments

Currently, the CI can sometimes break in the middle of a PR for completely unrelated issues, if the clippy-version changes between commits.
We could think about nailing the version down in the CI itself, or via a rust-toolchain.toml-file.

Fixed with #316