Fix a reference to RefContext.
This commit is contained in:
@@ -29,7 +29,7 @@ impl<'parent, T> List<'parent, T> {
|
||||
}
|
||||
|
||||
pub fn iter_list(&self) -> IterList<'_, T> {
|
||||
Iter { next: Some(self) }
|
||||
IterList { next: Some(self) }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user