mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-23 09:30:45 +00:00
Format with rustfmt 1.4.27-nightly
This commit is contained in:
parent
4b52066c72
commit
7c06b86fdb
@ -233,7 +233,11 @@ fn write_struct_with_methods<'a>(
|
||||
writeln!(out, "//{}", line);
|
||||
}
|
||||
out.builtin.opaque = true;
|
||||
writeln!(out, "struct {} final : public ::rust::Opaque {{", ety.name.cxx);
|
||||
writeln!(
|
||||
out,
|
||||
"struct {} final : public ::rust::Opaque {{",
|
||||
ety.name.cxx,
|
||||
);
|
||||
for method in methods {
|
||||
write!(out, " ");
|
||||
let sig = &method.sig;
|
||||
|
Loading…
x
Reference in New Issue
Block a user