Skip to content

Commit

Permalink
Rust: Add missing @kind diagnostic query metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffw0 committed Nov 8, 2024
1 parent 04926df commit f827ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rust/ql/src/queries/diagnostics/UnextractedElements.ql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @name Unextracted Elements
* @description List all elements that weren't extracted due to unimplemented features or parse errors.
* @kind diagnostic
* @id rust/diagnostics/unextracted-elements
*/

Expand Down
1 change: 1 addition & 0 deletions rust/ql/src/queries/diagnostics/UnresolvedMacroCalls.ql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @name Unresolved Macro Calls
* @description List all macro calls that were not resolved to a target.
* @kind diagnostic
* @id rust/diagnostics/unresolved-macro-calls
*/

Expand Down

0 comments on commit f827ad8

Please sign in to comment.