mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
Apply suggestion
This commit is contained in:
@@ -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, _)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user