We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79a72e commit a5d7cf2Copy full SHA for a5d7cf2
2 files changed
codegen/structs.rs
@@ -402,7 +402,7 @@ impl<'a> StructBindGenerator<'a> {
402
}
403
404
write_str!(self, " ]).unwrap()");
405
- write_str!(self, " }\n");
+ write_str!(self, " }");
406
407
408
fn generate_args(&mut self) {
codegen/table.rs
@@ -783,7 +783,7 @@ impl<'a> TableBindGenerator<'a> {
783
784
785
write_str!(self, " )");
786
- write_str!(self, " }");
+ write_str!(self, " }\n");
787
788
789
fn generate_pack_method(&mut self) {
0 commit comments