Skip to content

Commit b292183

Browse files
committed
Auto merge of #4600 - lzutao:rustup-63492, r=oli-obk
Rustup rust-lang/rust#63492 changelog: none
2 parents fe920eb + 6e3a0ea commit b292183

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)