Skip to content

Commit 1907e52

Browse files
committed
silence clippy
1 parent 17a74d3 commit 1907e52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,9 @@ fn build_command(
514514
cmd.arg("--edition").arg(&*edition);
515515
}
516516

517+
// False positive in miri, our `map` uses a ref pattern to get the references to the tuple fields instead
518+
// of a reference to a tuple
519+
#[allow(clippy::map_identity)]
517520
cmd.envs(
518521
comments
519522
.for_revision(revision)

0 commit comments

Comments
 (0)