Skip to content

Commit cf4f185

Browse files
committed
ensure no unsafe serde deserialization in CI
1 parent 6d3451b commit cf4f185

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
@@ -61,7 +61,7 @@ jobs:
6161
profile: minimal
6262
components: clippy
6363
- name: Run Clippy
64-
run: cargo clippy --workspace --all-features
64+
run: cargo clippy --workspace --all-features -- -W clippy::unsafe_derive_deserialize
6565

6666
test:
6767
name: test

0 commit comments

Comments
 (0)