Skip to content

Commit 8ed2402

Browse files
committed
rm remaining todo comment
1 parent 2fff019 commit 8ed2402

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ide_assists/src/utils/gen_trait_fn_body.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ fn gen_partial_eq(adt: &ast::Adt, func: &ast::Fn) -> Option<()> {
416416
}
417417
}
418418

419-
// todo!("implement tuple record iteration")
420419
Some(ast::FieldList::TupleFieldList(list)) => {
421420
let mut expr = None;
422421
let mut l_fields = vec![];

0 commit comments

Comments
 (0)