Rust: Add consistency-queries pack

This commit is contained in:
Simon Friis Vindum
2024-09-18 14:09:41 +02:00
parent 24a101297c
commit 7c2b149728
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from boolean b
where b = true and b = false
select b

View File

@@ -0,0 +1,5 @@
name: codeql/rust-consistency-queries
groups: [rust, test, consistency-queries]
dependencies:
codeql/rust-all: ${workspace}
warnOnImplicitThis: true