Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
aibaars committed Oct 17, 2024
1 parent 17db188 commit f5ac22e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ private import codeql.rust.elements.FormatTemplate
* INTERNAL: Do not use.
*/
predicate constructImplicitVariableAccess(Raw::FormatArgsExpr parent, int index, int kind) {
exists(NamedFormatArgument arg | unboundNamedFormatArgument(parent, index, kind, arg))
unboundNamedFormatArgument(parent, index, kind, _)
}

/**
Expand Down

0 comments on commit f5ac22e

Please sign in to comment.