Add missing lifetime specifier
This commit is contained in:
parent
d28832dde9
commit
3cd4df70a5
@ -59,7 +59,7 @@ impl WithPredecessors for TestGraph {
|
||||
}
|
||||
|
||||
impl WithSuccessors for TestGraph {
|
||||
fn successors(&self, node: usize) -> <Self as GraphSuccessors>::Iter {
|
||||
fn successors(&self, node: usize) -> <Self as GraphSuccessors<'_>>::Iter {
|
||||
self.successors[&node].iter().cloned()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user