Rust: clean up

This commit is contained in:
Paolo Tranquilli
2025-10-16 17:20:41 +02:00
parent a9ae583e14
commit 4aef1ba9d1

View File

@@ -82,7 +82,7 @@ class ExtractedFile extends File {
* * expand any macros
* * 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.