File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
clients/rust/scripts/client Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " create-solana-program " : patch
3+ ---
4+
5+ Updates Rust linting scripts to use the proper toolchain.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313const lintArgs = cliArguments ( ) ;
1414
1515const fix = popArgument ( lintArgs , '--fix' ) ;
16- const toolchain = getToolchainArgument ( 'format ' ) ;
16+ const toolchain = getToolchainArgument ( 'lint ' ) ;
1717
1818// Lint the programs using clippy.
1919await Promise . all (
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
1212const lintArgs = cliArguments ( ) ;
1313
1414const fix = popArgument ( lintArgs , '--fix' ) ;
15- const toolchain = getToolchainArgument ( 'format ' ) ;
15+ const toolchain = getToolchainArgument ( 'lint ' ) ;
1616const manifestPath = path . join (
1717 workingDirectory ,
1818 'clients' ,
You can’t perform that action at this time.
0 commit comments