Skip to content

Commit f428fdc

Browse files
committed
Rust: Run codegen
1 parent 8c956e8 commit f428fdc

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

rust/ql/.generated.list

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/ql/.gitattributes

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/ql/lib/codeql/rust/elements/internal/BinaryExprImpl.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ private import codeql.rust.elements.internal.generated.BinaryExpr
1111
* be referenced directly.
1212
*/
1313
module Impl {
14+
// the following QLdoc is generated: if you need to edit it, do it in the schema file
1415
/**
1516
* A binary operation expression. For example:
1617
* ```rust

rust/ql/lib/codeql/rust/elements/internal/PrefixExprImpl.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ private import codeql.rust.elements.internal.generated.PrefixExpr
1111
* be referenced directly.
1212
*/
1313
module Impl {
14+
// the following QLdoc is generated: if you need to edit it, do it in the schema file
1415
/**
1516
* A unary operation expression. For example:
1617
* ```rust

0 commit comments

Comments
 (0)