Skip to content

Commit 84b5060

Browse files
committed
Rust: Add example queries pack.
1 parent 077bcf6 commit 84b5060

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
- `CodeQL queries for Rust <https://github.com/github/codeql/tree/main/rust/ql/src>`__
2+
- `Example queries for Rust <https://github.com/github/codeql/tree/main/rust/ql/examples>`__
23
- `CodeQL library reference for Rust <https://codeql.github.com/codeql-standard-libraries/rust/>`__

rust/ql/examples/qlpack.lock.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
dependencies: {}
3+
compiled: false
4+
lockVersion: 1.0.0

rust/ql/examples/qlpack.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: codeql/rust-examples
2+
groups:
3+
- rust
4+
- examples
5+
dependencies:
6+
codeql/rust-all: ${workspace}
7+
warnOnImplicitThis: true

0 commit comments

Comments
 (0)