Thanks to visit codestin.com Credit goes to github.com
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 2f7ae74 commit 3925298Copy full SHA for 3925298
1 file changed
git-mailmap/src/snapshot/mod.rs
@@ -137,7 +137,7 @@ impl Snapshot {
137
/// changed names or emails as `Cow::Owned`, or `Cow::Borrowed` if no mapping was found.
138
pub fn resolve_cow<'a>(&self, signature: git_actor::SignatureRef<'a>) -> Signature<'a> {
139
self.try_resolve_ref(signature)
140
- .map(|new| enriched_signature(signature, new).into())
+ .map(|new| enriched_signature(signature, new))
141
.unwrap_or_else(|| signature.into())
142
}
143
0 commit comments