Fix matadata collection configuration formatting

This commit is contained in:
xFrednet 2021-08-28 15:04:28 +02:00 committed by flip1995
parent c2bb313e7a
commit 8bf2940abb
No known key found for this signature in database
GPG key ID: 1CA0DF2AF59D68A5

View file

@ -786,8 +786,6 @@ impl<'a, 'hir> intravisit::Visitor<'hir> for ApplicabilityResolver<'a, 'hir> {
}
};
// TODO xFrednet 2021-03-01: support function arguments?
intravisit::walk_expr(self, expr);
}
}