Skip to content

Commit ce48202

Browse files
committed
Merge branch 'main' into redsun82/cargo-upgrade-2
2 parents a658fa1 + 4684ac1 commit ce48202

File tree

9 files changed

+313
-254
lines changed

9 files changed

+313
-254
lines changed

rust/ql/lib/codeql/rust/internal/CachedStages.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@ module Stages {
120120
or
121121
exists(resolvePath(_))
122122
or
123-
exists(any(ItemNode i).getASuccessor(_))
124-
or
125-
exists(any(ItemNode i).getASuccessorRec(_))
123+
exists(any(ItemNode i).getASuccessor(_, _))
126124
or
127125
exists(any(ImplOrTraitItemNode i).getASelfPath())
128126
or

0 commit comments

Comments
 (0)