mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Rust: clean up
This commit is contained in:
@@ -82,7 +82,7 @@ class ExtractedFile extends File {
|
|||||||
* * expand any macros
|
* * expand any macros
|
||||||
* * skip any blocks that are conditionally compiled out
|
* * skip any blocks that are conditionally compiled out
|
||||||
*/
|
*/
|
||||||
predicate hasSemantics() { not exists(Diagnostic d | d = this.getNoSemanticsDiagnostic()) }
|
predicate hasSemantics() { not exists(this.getNoSemanticsDiagnostic()) }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds if we know this file was skipped by conditional compilation.
|
* Holds if we know this file was skipped by conditional compilation.
|
||||||
|
|||||||
Reference in New Issue
Block a user