Skip to content

Commit

Permalink
Rust: fix QL code
Browse files Browse the repository at this point in the history
  • Loading branch information
aibaars committed Dec 17, 2024
1 parent 029e260 commit 23e6a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/ql/lib/codeql/rust/elements/internal/VariableImpl.qll
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ module Impl {
not p.hasQualifier() and
ps = p.getPart() and
not ps.hasGenericArgList() and
not ps.hasParamList() and
not ps.hasParenthesizedArgList() and
not ps.hasPathType() and
not ps.hasReturnTypeSyntax() and
name_ = ps.getNameRef().getText()
Expand Down

0 comments on commit 23e6a82

Please sign in to comment.