Skip to content

Commit 12fbd18

Browse files
committed
Rust: Have ExtractionConsistency.ql report both.
1 parent ad7c965 commit 12fbd18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import codeql.rust.Diagnostics
22

33
query predicate extractionError(ExtractionError ee) { any() }
4+
5+
query predicate extractionWarning(ExtractionWarning ew) { any() }

0 commit comments

Comments
 (0)