We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28832d commit 3cd4df7Copy full SHA for 3cd4df7
src/librustc_data_structures/graph/test.rs
@@ -59,7 +59,7 @@ impl WithPredecessors for TestGraph {
59
}
60
61
impl WithSuccessors for TestGraph {
62
- fn successors(&self, node: usize) -> <Self as GraphSuccessors>::Iter {
+ fn successors(&self, node: usize) -> <Self as GraphSuccessors<'_>>::Iter {
63
self.successors[&node].iter().cloned()
64
65
0 commit comments