зеркало из https://github.com/github/codeql.git
Rust: fix semantic merge conflict about semantics
This commit is contained in:
Родитель
bde517fcb1
Коммит
6848a22c65
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче