You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the pre-commit hook still uses cargo lints, which should not be used since the merge of #3904.
It also hard-codes the use of +nightly toolchain, while it should ideally be specified as a concrete version in rust-toolchain.toml to match the version we use in CI.
The text was updated successfully, but these errors were encountered:
Currently, the pre-commit hook still uses
cargo lints
, which should not be used since the merge of #3904.It also hard-codes the use of
+nightly
toolchain, while it should ideally be specified as a concrete version inrust-toolchain.toml
to match the version we use in CI.The text was updated successfully, but these errors were encountered: