Skip to content

Commit 6a8188f

Browse files
author
Paolo Tranquilli
committed
Rust: fix QL compilation errors after merge from main
1 parent 31775e2 commit 6a8188f

File tree

1 file changed

+1
-1
lines changed
  • rust/ql/lib/codeql/rust/frameworks

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/frameworks/Sqlx.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ private class SqlxQuery extends SqlConstruction::Range {
1414

1515
SqlxQuery() {
1616
this.asExpr().getExpr() = call and
17-
call.getFunction().(PathExpr).getPath().getResolvedPath() =
17+
call.getFunction().(PathExpr).getResolvedPath() =
1818
[
1919
"crate::query::query", "crate::query_as::query_as", "crate::query_with::query_with",
2020
"crate::query_as_with::query_as_with", "crate::query_scalar::query_scalar",

0 commit comments

Comments
 (0)