Fix some small bugs
This commit is contained in:
@ -472,7 +472,7 @@ impl Compile for RustCompiler {
|
||||
}
|
||||
|
||||
f.a1(format!(
|
||||
"pub {}: {}",
|
||||
"pub {}: {},",
|
||||
Self::fix_keyword_name(&field.name),
|
||||
Self::type_to_rust_ext(&field.typ)
|
||||
));
|
||||
|
Reference in New Issue
Block a user