mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
Rustup rust-lang/rust#63492
This commit is contained in:
parent
fe920ebf8b
commit
6e3a0ea6b3
1 changed files with 0 additions and 1 deletions
|
@ -669,7 +669,6 @@ impl<'a, 'tcx> SpanlessHash<'a, 'tcx> {
|
||||||
TyKind::Typeof(anon_const) => {
|
TyKind::Typeof(anon_const) => {
|
||||||
self.hash_expr(&self.cx.tcx.hir().body(anon_const.body).value);
|
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 => {},
|
TyKind::Err | TyKind::Infer | TyKind::Never => {},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue