Skip to content

Commit 2552c10

Browse files
committed
Remove unused lifetime
1 parent 47574c4 commit 2552c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpm/src/deps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub trait AsDep {
6969
fn as_dep(&self) -> Dep;
7070
}
7171

72-
impl<'a> AsDep for Depend {
72+
impl AsDep for Depend {
7373
fn as_dep(&self) -> Dep {
7474
self.dep()
7575
}

0 commit comments

Comments
 (0)