Skip to content

Commit 762241e

Browse files
committed
allow clippy::manual_let_else
1 parent 79aefac commit 762241e

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_hir_analysis/src/hir_ty_lowering

1 file changed

+1
-0
lines changed

compiler/rustc_hir_analysis/src/hir_ty_lowering/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,6 +2272,7 @@ impl<'tcx> dyn HirTyLowerer<'tcx> + '_ {
22722272
}
22732273
}
22742274

2275+
#[allow(clippy::manual_let_else)]
22752276
fn lower_struct_expr_const_arg(
22762277
&self,
22772278
hir_id: HirId,

0 commit comments

Comments
 (0)