Skip to content

Commit

Permalink
use dtolnay
Browse files Browse the repository at this point in the history
  • Loading branch information
darioAnongba committed Dec 6, 2024
1 parent 40a0a67 commit 4ef4114
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,5 @@ jobs:
components: clippy
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.5
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Clippy Results
args: --all-features --all-targets -- -D warnings
- name: Run Clippy
run: cargo clippy --all-features --all-targets -- -D warnings

0 comments on commit 4ef4114

Please sign in to comment.