mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
📎
This commit is contained in:
parent
39f73b4c7b
commit
5d23aec153
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ impl<'a, K, V> IntoIterator for &'a RocDict<K, V> {
|
|||
fn into_iter(self) -> Self::IntoIter {
|
||||
IntoIter {
|
||||
index: 0,
|
||||
items: &self,
|
||||
items: self,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue