Rustup to rust-lang/rust#66671
This commit is contained in:
parent
cc35165f52
commit
d43c424145
26 changed files with 48 additions and 48 deletions
|
@ -186,7 +186,7 @@ fn is_trivial_regex(s: ®ex_syntax::hir::Hir) -> Option<&'static str> {
|
|||
|
||||
fn check_set<'a, 'tcx>(cx: &LateContext<'a, 'tcx>, expr: &'tcx Expr, utf8: bool) {
|
||||
if_chain! {
|
||||
if let ExprKind::AddrOf(_, ref expr) = expr.kind;
|
||||
if let ExprKind::AddrOf(_, _, ref expr) = expr.kind;
|
||||
if let ExprKind::Array(ref exprs) = expr.kind;
|
||||
then {
|
||||
for expr in exprs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue