Skip to content

Commit 15a51c3

Browse files
author
Paolo Tranquilli
committed
Rust: remove obsolete comment
1 parent 0b7cace commit 15a51c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/ast-generator/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ fn write_schema(
149149
.iter()
150150
.map(|node| node_src_to_schema_class(node, &super_types)),
151151
);
152-
// the concat dance is currently required by bazel
153152
let template = mustache::compile_str(include_str!("templates/schema.mustache"))?;
154153
let res = template.render_to_string(&schema)?;
155154
Ok(fix_blank_lines(&res))

0 commit comments

Comments
 (0)