We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003ece2 commit 54a8346Copy full SHA for 54a8346
.github/workflows/ci.yml
@@ -81,3 +81,7 @@ jobs:
81
run: |
82
cargo clippy --all-targets -- -D warnings
83
cargo clippy --all-targets --features master,dlopen -- -D warnings
84
+
85
+ cd gccjit_sys
86
+ cargo clippy --all-targets -- -D warnings
87
+ cargo clippy --all-targets --features master,dlopen -- -D warnings
0 commit comments