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 5363ad3 commit 673d26fCopy full SHA for 673d26f
scripts/client/lint-rust.mjs
@@ -12,7 +12,7 @@ import {
12
const lintArgs = cliArguments();
13
14
const fix = popArgument(lintArgs, '--fix');
15
-const toolchain = getToolchainArgument('format');
+const toolchain = getToolchainArgument('lint');
16
const manifestPath = path.join(
17
workingDirectory,
18
'clients',
0 commit comments