Run rustfmt

This commit is contained in:
Padraic Fanning
2021-05-07 17:59:19 -04:00
parent 2e75403a54
commit 499a33cb28

View File

@@ -584,9 +584,7 @@ impl Iterator for DictIter {
type Item = (PyObjectRef, PyObjectRef);
fn next(&mut self) -> Option<Self::Item> {
self.dict
.entries
.next_entry(&mut self.position)
self.dict.entries.next_entry(&mut self.position)
}
fn size_hint(&self) -> (usize, Option<usize>) {