Skip to content

Commit 90024cf

Browse files
committed
Remove TODO comment
1 parent 527064e commit 90024cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_ast/src/mut_visit.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,6 @@ impl WalkItemKind for AssocItemKind {
12401240
}
12411241
AssocItemKind::Fn(box Fn { defaultness, generics, sig, body }) => {
12421242
visit_defaultness(visitor, defaultness);
1243-
// TODO: use AssocCtxt
12441243
visitor.visit_fn(
12451244
FnKind::Fn(FnCtxt::Assoc(ctxt), ident, sig, visibility, generics, body),
12461245
span,

0 commit comments

Comments
 (0)