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.
cargo clippy
1 parent bf584ec commit dbf923bCopy full SHA for dbf923b
1 file changed
adbc_drivers_dev/templates/test.yaml
@@ -271,6 +271,11 @@ jobs:
271
working-directory: <{ lang_subdir }>
272
run: |
273
go mod tidy --diff
274
+<% elif lang == "rust" %>
275
+ - name: clippy
276
+ working-directory: <{ lang_subdir }>
277
+ run: |
278
+ cargo clippy --locked --no-deps -- -A unused_variables -D warnings
279
<% endif %>
280
281
0 commit comments