Skip to content

Commit 5810389

Browse files
committed
Rust: remove //generated headers
1 parent ee3a3f5 commit 5810389

File tree

5 files changed

+3
-9
lines changed

5 files changed

+3
-9
lines changed

rust/ql/.generated.list

Lines changed: 0 additions & 3 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 & 3 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/BlockExprImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// generated by codegen, remove this comment if you wish to edit this file
21
/**
32
* This module provides a hand-modifiable wrapper around the generated class `BlockExpr`.
43
*
@@ -12,6 +11,7 @@ private import codeql.rust.elements.internal.generated.BlockExpr
1211
* be referenced directly.
1312
*/
1413
module Impl {
14+
// the following QLdoc is generated: if you need to edit it, do it in the schema file
1515
/**
1616
* A block expression. For example:
1717
* ```rust

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// generated by codegen, remove this comment if you wish to edit this file
21
/**
32
* This module provides a hand-modifiable wrapper around the generated class `IfExpr`.
43
*
@@ -12,6 +11,7 @@ private import codeql.rust.elements.internal.generated.IfExpr
1211
* be referenced directly.
1312
*/
1413
module Impl {
14+
// the following QLdoc is generated: if you need to edit it, do it in the schema file
1515
/**
1616
* An `if` expression. For example:
1717
* ```rust

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// generated by codegen, remove this comment if you wish to edit this file
21
/**
32
* This module provides a hand-modifiable wrapper around the generated class `MacroExpr`.
43
*
@@ -13,6 +12,7 @@ private import codeql.rust.elements.MacroStmts
1312
* be referenced directly.
1413
*/
1514
module Impl {
15+
// the following QLdoc is generated: if you need to edit it, do it in the schema file
1616
/**
1717
* A MacroExpr. For example:
1818
* ```rust

0 commit comments

Comments
 (0)