Skip to content

Commit 3925298

Browse files
committed
thanks clippy
1 parent 2f7ae74 commit 3925298

File tree

1 file changed

+1
-1
lines changed
  • git-mailmap/src/snapshot

1 file changed

+1
-1
lines changed

git-mailmap/src/snapshot/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ impl Snapshot {
137137
/// changed names or emails as `Cow::Owned`, or `Cow::Borrowed` if no mapping was found.
138138
pub fn resolve_cow<'a>(&self, signature: git_actor::SignatureRef<'a>) -> Signature<'a> {
139139
self.try_resolve_ref(signature)
140-
.map(|new| enriched_signature(signature, new).into())
140+
.map(|new| enriched_signature(signature, new))
141141
.unwrap_or_else(|| signature.into())
142142
}
143143
}

0 commit comments

Comments
 (0)