Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonz-dfinity committed Jan 21, 2025
1 parent 1c6fb91 commit 28ca3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/nns/governance/src/governance/benches.rs
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ fn list_proposals_benchmark() -> BenchResult {

bench_fn(|| {
let response = governance.list_proposals(&PrincipalId::new_anonymous(), &request);
ic_nns_governance_api::pb::v1::ListProposalInfoResponse::from(response);
let _ = ic_nns_governance_api::pb::v1::ListProposalInfoResponse::from(response);
})
}

Expand Down

0 comments on commit 28ca3f5

Please sign in to comment.