Skip to content

Commit 02280c6

Browse files
committed
Allow needless_borrow lint
1 parent 573d5df commit 02280c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/minicrater/driver.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ impl MinicraterRun {
171171
.minicrater_exec();
172172

173173
// Execute the experiment
174+
#[allow(clippy::needless_borrow)]
175+
// https://github.com/rust-lang/rust-clippy/issues/9739
174176
Command::crater()
175177
.args([
176178
"run-graph",

0 commit comments

Comments
 (0)