run cranky on stable

This commit is contained in:
Nikita Galaiko 2023-11-14 10:03:26 +01:00 committed by GitButler
parent f7ee4b2271
commit e3d88e8c39
2 changed files with 1 additions and 4 deletions

View File

@ -75,6 +75,4 @@ allow = [
"clippy::match_wildcard_for_single_variants",
"clippy::unnested_or_patterns",
"clippy::similar_names",
# TODO: fixme
"clippy::struct_field_names"
]

View File

@ -7,8 +7,7 @@ set -o pipefail
function rust() {
cargo fmt --check
cargo sort -c -w
# use nightly as long cranky is run in nightly on ci
cargo +nightly cranky --all-targets --all-features
cargo cranky --all-targets --all-features
cargo test
}