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 47574c4 commit 2552c10Copy full SHA for 2552c10
alpm/src/deps.rs
@@ -69,7 +69,7 @@ pub trait AsDep {
69
fn as_dep(&self) -> Dep;
70
}
71
72
-impl<'a> AsDep for Depend {
+impl AsDep for Depend {
73
fn as_dep(&self) -> Dep {
74
self.dep()
75
0 commit comments