Skip to content

Commit

Permalink
Allow needless_borrow lint
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Oct 28, 2022
1 parent 1851b3b commit 69debfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/minicrater/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ impl MinicraterRun {
.minicrater_exec();

// Execute the experiment
#[allow(clippy::needless_borrow)]
// https://github.com/rust-lang/rust-clippy/issues/9739
Command::crater()
.args([
"run-graph",
Expand Down

0 comments on commit 69debfa

Please sign in to comment.