about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-09-29 16:06:56 +0000
committerbors <bors@rust-lang.org>2019-09-29 16:06:56 +0000
commitb292183c683482e0ee9f99d7e2e7e432bda15230 (patch)
treedc4ac56d1a45bfa1b9ccef690953b0ecd45e0c01
parentfe920ebf8b043e12e2f330f65ff6127a68f722b1 (diff)
parent6e3a0ea6b344ba96b9acfb6353bcea91cd0d9f4e (diff)
downloadrust-b292183c683482e0ee9f99d7e2e7e432bda15230.tar.gz
rust-b292183c683482e0ee9f99d7e2e7e432bda15230.zip
Auto merge of #4600 - lzutao:rustup-63492, r=oli-obk
Rustup rust-lang/rust#63492

changelog: none
-rw-r--r--clippy_lints/src/utils/hir_utils.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_lints/src/utils/hir_utils.rs b/clippy_lints/src/utils/hir_utils.rs
index c884544f967..9bfd1b38ffa 100644
--- a/clippy_lints/src/utils/hir_utils.rs
+++ b/clippy_lints/src/utils/hir_utils.rs
@@ -669,7 +669,6 @@ impl<'a, 'tcx> SpanlessHash<'a, 'tcx> {
             TyKind::Typeof(anon_const) => {
                 self.hash_expr(&self.cx.tcx.hir().body(anon_const.body).value);
             },
-            TyKind::CVarArgs(lifetime) => self.hash_lifetime(lifetime),
             TyKind::Err | TyKind::Infer | TyKind::Never => {},
         }
     }