Skip to content

Commit 46b5ca8

Browse files
committed
remove comment overcome by events
1 parent 78fce6a commit 46b5ca8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

c2rust-analyze/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ fn walk_adts<'tcx, F>(tcx: TyCtxt<'tcx>, ty: Ty<'tcx>, f: &mut F)
306306
where
307307
F: FnMut(DefId) -> bool,
308308
{
309-
// the first type encountered in the walk is `ty`, and the
310-
// relevant handling for that is below, so we can skip it here
311309
for arg in ty.walk() {
312310
if let GenericArgKind::Type(ty) = arg.unpack() {
313311
if let TyKind::Adt(adt_def, _) = ty.kind() {

0 commit comments

Comments
 (0)