Skip to content

Commit 71de5a2

Browse files
author
Paolo Tranquilli
committed
Rust: remove obsolete comment
1 parent f7ca717 commit 71de5a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/ast-generator/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ fn write_extractor(grammar: &AstSrc) -> mustache::Result<String> {
553553
enums: grammar.enums.iter().map(enum_to_extractor_info).collect(),
554554
nodes: grammar.nodes.iter().map(node_to_extractor_info).collect(),
555555
};
556-
// the concat dance is currently required by bazel
557556
let template = mustache::compile_str(include_str!("templates/extractor.mustache"))?;
558557
let res = template.render_to_string(&extractor_info)?;
559558
Ok(fix_blank_lines(&res))

0 commit comments

Comments
 (0)