Skip to content

Commit

Permalink
cargo update & cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Virv12 committed Oct 9, 2024
1 parent a5e4125 commit 840a639
Show file tree
Hide file tree
Showing 12 changed files with 500 additions and 633 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
for t in pixie-*; do
pushd $t
cargo fmt --check
cargo clippy
cargo clippy -- -D warnings
popd
done
Loading

0 comments on commit 840a639

Please sign in to comment.