We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612b923 commit 9024cbaCopy full SHA for 9024cba
1 file changed
rust/ql/consistency-queries/ExtractionConsistency.ql
@@ -12,5 +12,5 @@ query predicate extractionError(ExtractionError ee) {
12
}
13
14
query predicate extractionWarning(ExtractionWarning ew) {
15
- (not exists(ew.getLocation()) or ew.getLocation().fromSource())
+ not exists(ew.getLocation()) or ew.getLocation().fromSource()
16
0 commit comments