Skip to content

Commit 2ae721b

Browse files
authored
Merge pull request #17897 from github/redsun82/rust-fix-compilation
Rust: fix semantic merge conflict about semantics
2 parents bde517f + 6848a22 commit 2ae721b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rust/extractor/src/main.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ fn extract(
3434
let line_index = LineIndex::new(text.as_ref());
3535
let display_path = file.to_string_lossy();
3636
let mut trap = traps.create("source", file);
37-
trap.writer.comment(format!(
38-
"semantics: {}",
39-
if semantics.is_some() { "yes" } else { "no" }
40-
));
4137
let label = trap.emit_file(file);
4238
let mut translator = translate::Translator::new(
4339
trap,

0 commit comments

Comments
 (0)