Fix semicolon

This commit is contained in:
Richard Feldman 2022-08-08 18:15:22 -04:00
parent 595b7c9884
commit 5d3f7f2967
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

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