Skip to content

Commit

Permalink
Auto merge of #4600 - lzutao:rustup-63492, r=oli-obk
Browse files Browse the repository at this point in the history
Rustup rust-lang/rust#63492

changelog: none
  • Loading branch information
bors committed Sep 29, 2019
2 parents fe920eb + 6e3a0ea commit b292183
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_lints/src/utils/hir_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {},
}
}
Expand Down

0 comments on commit b292183

Please sign in to comment.