Skip to content

Commit

Permalink
clients: rust: add --all-features to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Oct 25, 2024
1 parent b656c7d commit 7c84edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/client/lint-rust.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
// ['--arg1', '--arg2', ...cliArguments()]
const lintArgs = [
'-Zunstable-options',
'--all-features',
'--',
'--deny=warnings',
...cliArguments()
Expand Down

0 comments on commit 7c84edc

Please sign in to comment.