just... use nightly for all of them

This commit is contained in:
Josh Thomas 2025-05-14 17:58:52 -05:00
parent 3d77cf9991
commit d71d59a11a

View file

@ -29,7 +29,7 @@ repos:
types:
- rust
language: rust
entry: cargo clippy
entry: cargo +nightly clippy
args:
- --fix
pass_filenames: false
@ -48,5 +48,5 @@ repos:
types:
- rust
language: rust
entry: cargo check
entry: cargo +nightly check
pass_filenames: false