Skip to content

Commit 1b409f4

Browse files
committed
Fix last clippy error of 0.0.212
1 parent f40c3d4 commit 1b409f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/obj/objdict.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ macro_rules! dict_iterator {
550550
#[pyimpl]
551551
impl $name {
552552
fn new(dict: PyDictRef) -> Self {
553-
$name { dict: dict }
553+
$name { dict }
554554
}
555555

556556
#[pymethod(name = "__iter__")]

0 commit comments

Comments
 (0)