Rust: remove obsolete comment

This commit is contained in:
Paolo Tranquilli
2025-02-07 15:30:24 +01:00
parent 0b7cace51a
commit 15a51c33bc

View File

@@ -149,7 +149,6 @@ fn write_schema(
.iter()
.map(|node| node_src_to_schema_class(node, &super_types)),
);
// the concat dance is currently required by bazel
let template = mustache::compile_str(include_str!("templates/schema.mustache"))?;
let res = template.render_to_string(&schema)?;
Ok(fix_blank_lines(&res))