We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a74d3 commit 1907e52Copy full SHA for 1907e52
src/lib.rs
@@ -514,6 +514,9 @@ fn build_command(
514
cmd.arg("--edition").arg(&*edition);
515
}
516
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)]
520
cmd.envs(
521
comments
522
.for_revision(revision)
0 commit comments