Skip to content

Commit

Permalink
Merge pull request #17897 from github/redsun82/rust-fix-compilation
Browse files Browse the repository at this point in the history
Rust: fix semantic merge conflict about semantics
  • Loading branch information
paldepind authored Nov 4, 2024
2 parents bde517f + 6848a22 commit 2ae721b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rust/extractor/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ fn extract(
let line_index = LineIndex::new(text.as_ref());
let display_path = file.to_string_lossy();
let mut trap = traps.create("source", file);
trap.writer.comment(format!(
"semantics: {}",
if semantics.is_some() { "yes" } else { "no" }
));
let label = trap.emit_file(file);
let mut translator = translate::Translator::new(
trap,
Expand Down

0 comments on commit 2ae721b

Please sign in to comment.