Skip to content

Commit 83e7633

Browse files
committed
Auto merge of #4450 - calebcartwright:cargo-fmt-check, r=Turbo87
use new cargo fmt check option As of v1.58, cargo fmt now supports the --check flag directly. Trying to get this utilized in relevant places across the r-l repos both because it's more succinct and so more people will see/become aware they no longer have to invoke the check the old way
2 parents 16ae91c + ed10f37 commit 83e7633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- uses: Swatinem/[email protected]
8686

87-
- run: cargo fmt -- --check
87+
- run: cargo fmt --check
8888
- run: cargo clippy --all-targets --all-features --all
8989

9090
backend:

0 commit comments

Comments
 (0)