Rust: Remove redundant brackets.

This commit is contained in:
Geoffrey White
2026-06-02 17:04:45 +01:00
parent 612b9237da
commit 9024cbaecb

View File

@@ -12,5 +12,5 @@ query predicate extractionError(ExtractionError ee) {
}
query predicate extractionWarning(ExtractionWarning ew) {
(not exists(ew.getLocation()) or ew.getLocation().fromSource())
not exists(ew.getLocation()) or ew.getLocation().fromSource()
}