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.
--all-features
1 parent b656c7d commit 7c84edcCopy full SHA for 7c84edc
scripts/client/lint-rust.mjs
@@ -11,6 +11,7 @@ import {
11
// ['--arg1', '--arg2', ...cliArguments()]
12
const lintArgs = [
13
'-Zunstable-options',
14
+ '--all-features',
15
'--',
16
'--deny=warnings',
17
...cliArguments()
0 commit comments