Skip to content

Commit 8350947

Browse files
authored
build: clippy deny warnings (#698)
elevate all warnings to errors for `clippy`.
1 parent c777687 commit 8350947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test:
22
cargo nextest run
3-
cargo clippy
3+
cargo clippy -- --deny warnings
44
cargo fmt --check
55
cargo doc --workspace --all-features --no-deps --document-private-items
66

0 commit comments

Comments
 (0)