mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Run rustfmt
This commit is contained in:
@@ -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>) {
|
||||
|
||||
Reference in New Issue
Block a user