Skip to content

Commit

Permalink
De-indent closing bracket
Browse files Browse the repository at this point in the history
Co-authored-by: Camille Gillot <gillot.camille@gmail.com>
  • Loading branch information
GKFX and cjgillot authored Nov 4, 2023
1 parent ee3a729 commit 00a9ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_hir_typeck/src/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3124,7 +3124,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
sym::offset_of_enum,
ident.span,
"using enums in offset_of is experimental",
).emit();
).emit();
}

let Some((index, variant)) = container_def.variants()
Expand Down

0 comments on commit 00a9ed3

Please sign in to comment.