Skip to content

Commit

Permalink
chore: silence clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Sep 12, 2023
1 parent 51e5127 commit 476f8a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tooling/nargo_cli/src/cli/compile_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ pub(crate) fn run(
compile_program(package, &args.compile_options, np_language, &is_opcode_supported)
})
.collect();
#[allow(clippy::type_complexity)]
let contract_results: Vec<(
FileManager,
CompilationResult<Vec<(CompiledContract, DebugArtifact)>>,
Expand Down

0 comments on commit 476f8a9

Please sign in to comment.