We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077bcf6 commit 84b5060Copy full SHA for 84b5060
docs/codeql/reusables/rust-further-reading.rst
@@ -1,2 +1,3 @@
1
- `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>`__
3
- `CodeQL library reference for Rust <https://codeql.github.com/codeql-standard-libraries/rust/>`__
rust/ql/examples/qlpack.lock.yml
@@ -0,0 +1,4 @@
+---
+dependencies: {}
+compiled: false
4
+lockVersion: 1.0.0
rust/ql/examples/qlpack.yml
@@ -0,0 +1,7 @@
+name: codeql/rust-examples
+groups:
+ - rust
+ - examples
5
+dependencies:
6
+ codeql/rust-all: ${workspace}
7
+warnOnImplicitThis: true
0 commit comments