Skip to content

Commit 7c84edc

Browse files
committed
clients: rust: add --all-features to lint
1 parent b656c7d commit 7c84edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/client/lint-rust.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
// ['--arg1', '--arg2', ...cliArguments()]
1212
const lintArgs = [
1313
'-Zunstable-options',
14+
'--all-features',
1415
'--',
1516
'--deny=warnings',
1617
...cliArguments()

0 commit comments

Comments
 (0)