De-indent closing bracket
Co-authored-by: Camille Gillot <gillot.camille@gmail.com>
This commit is contained in:
parent
ee3a729cc4
commit
00a9ed34b1
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue