mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Fix semicolon
This commit is contained in:
parent
595b7c9884
commit
5d3f7f2967
1 changed files with 2 additions and 2 deletions
|
@ -843,8 +843,8 @@ pub struct {name} {{
|
|||
core::mem::replace(
|
||||
&mut self.{tag_name},
|
||||
core::mem::ManuallyDrop::new(uninitialized.assume_init()),
|
||||
);
|
||||
}}
|
||||
)
|
||||
}};
|
||||
|
||||
core::mem::forget(self);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue