Skip to content

Commit 22da487

Browse files
committed
remove whitespace walk_const_arg
1 parent 8990d98 commit 22da487

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_hir/src/intravisit.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,6 @@ pub fn walk_const_arg<'v, V: Visitor<'v>>(
10811081
) -> V::Result {
10821082
let ConstArg { hir_id, kind } = const_arg;
10831083
try_visit!(visitor.visit_id(*hir_id));
1084-
10851084
match kind {
10861085
ConstArgKind::Struct(qpath, field_exprs) => {
10871086
try_visit!(visitor.visit_qpath(qpath, *hir_id, qpath.span()));

0 commit comments

Comments
 (0)