Skip to content

Commit

Permalink
silence clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jan 2, 2024
1 parent 17a74d3 commit 1907e52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,9 @@ fn build_command(
cmd.arg("--edition").arg(&*edition);
}

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

0 comments on commit 1907e52

Please sign in to comment.