Skip to content

Commit

Permalink
Switch to stable linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Jan 15, 2024
1 parent 5ca7b48 commit dace7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install linter
run: cargo install cargo-lints
- name: Run linter
run: cargo +nightly lints clippy --all-targets --all-features
run: cargo +stable lints clippy --all-targets --all-features
- name: Check code
run: cargo +stable check --release --all-targets
- name: Check code (no default features)
Expand Down

0 comments on commit dace7be

Please sign in to comment.