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 fef5f99 commit 961efefCopy full SHA for 961efef
1 file changed
pkgs/by-name/so/solana-cli/package.nix
@@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec {
54
55
strictDeps = true;
56
cargoBuildFlags = map (n: "--bin=${n}") solanaPkgs;
57
- RUSTFLAGS = "-Amismatched_lifetime_syntaxes -Adead_code";
+ RUSTFLAGS = "-Amismatched_lifetime_syntaxes -Adead_code -Aunused_parens";
58
LIBCLANG_PATH = "${libclang.lib}/lib";
59
60
# Even tho the tests work, a shit ton of them try to connect to a local RPC
0 commit comments