We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ed192 commit e8d082dCopy full SHA for e8d082d
src/cargo.rs
@@ -39,7 +39,7 @@ impl Metadata {
39
.workspace_packages()
40
.iter()
41
.find(|&&pkg| pkg.name.as_ref() == spec)
42
- .map(|&v| &*v)
+ .map(|v| &**v)
43
}
44
45
0 commit comments