Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit 85403fb

Browse files
committed
Fix extra dash
1 parent 2ed4e3f commit 85403fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
- name: Check format
8181
run: cargo fmt --all -- --check
8282
- name: Run clippy
83-
run: cargo clippy --all-targets ---examples -- --deny warnings
83+
run: cargo clippy --all-targets --examples -- --deny warnings

0 commit comments

Comments
 (0)