Skip to content

Commit 00a9ed3

Browse files
GKFXcjgillot
andauthored
De-indent closing bracket
Co-authored-by: Camille Gillot <[email protected]>
1 parent ee3a729 commit 00a9ed3

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_hir_typeck/src

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_hir_typeck/src/expr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3124,7 +3124,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
31243124
sym::offset_of_enum,
31253125
ident.span,
31263126
"using enums in offset_of is experimental",
3127-
).emit();
3127+
).emit();
31283128
}
31293129

31303130
let Some((index, variant)) = container_def.variants()

0 commit comments

Comments
 (0)