We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde517f commit 6848a22Copy full SHA for 6848a22
rust/extractor/src/main.rs
@@ -34,10 +34,6 @@ fn extract(
34
let line_index = LineIndex::new(text.as_ref());
35
let display_path = file.to_string_lossy();
36
let mut trap = traps.create("source", file);
37
- trap.writer.comment(format!(
38
- "semantics: {}",
39
- if semantics.is_some() { "yes" } else { "no" }
40
- ));
41
let label = trap.emit_file(file);
42
let mut translator = translate::Translator::new(
43
trap,
0 commit comments