De-indent closing bracket

Co-authored-by: Camille Gillot <gillot.camille@gmail.com>
This commit is contained in:
George Bateman 2023-11-04 19:50:21 +00:00 committed by GitHub
parent ee3a729cc4
commit 00a9ed34b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()