Skip to content

Commit 6e3a0ea

Browse files
committed
1 parent fe920eb commit 6e3a0ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/utils/hir_utils.rs

-1
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,6 @@ impl<'a, 'tcx> SpanlessHash<'a, 'tcx> {
669669
TyKind::Typeof(anon_const) => {
670670
self.hash_expr(&self.cx.tcx.hir().body(anon_const.body).value);
671671
},
672-
TyKind::CVarArgs(lifetime) => self.hash_lifetime(lifetime),
673672
TyKind::Err | TyKind::Infer | TyKind::Never => {},
674673
}
675674
}

0 commit comments

Comments
 (0)