We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d68ed5 commit 1f8c66aCopy full SHA for 1f8c66a
gen/src/write.rs
@@ -1811,7 +1811,7 @@ fn write_rust_vec_impl(out: &mut OutFile, key: &NamedImplKey) {
1811
1812
writeln!(out, "template <>");
1813
begin_function_definition(out);
1814
- writeln!(out, "void Vec<{}>::truncate(::std::size_t len) {{", inner,);
+ writeln!(out, "void Vec<{}>::truncate(::std::size_t len) {{", inner);
1815
writeln!(
1816
out,
1817
" return cxxbridge1$rust_vec${}$truncate(this, len);",
0 commit comments