Skip to content

Commit 9066c62

Browse files
committed
remove unused lifetime
1 parent 28adaba commit 9066c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/package_id.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ impl PartialEq for PackageId {
104104
}
105105
}
106106

107-
impl<'a> Hash for PackageId {
107+
impl Hash for PackageId {
108108
fn hash<S: hash::Hasher>(&self, state: &mut S) {
109109
self.inner.name.hash(state);
110110
self.inner.version.hash(state);

0 commit comments

Comments
 (0)