Skip to content
Open

Loom #49

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: cargo build --workspace

- name: Clippy
run: cargo clippy --all-targets --all-features -- --deny warnings -A clippy::manual_is_multiple_of
run: cargo clippy --all-targets --all-features -- --deny warnings

toml-fmt:
name: taplo
Expand Down
Loading