mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Rust: remove wrong comment
This commit is contained in:
@@ -55,7 +55,6 @@ predicate edgesFwd(PathElement pred, PathElement succ) {
|
||||
)
|
||||
)
|
||||
or
|
||||
// callable -> callable attribute macro expansion
|
||||
// [forwards reachable] callable -> enclosed call
|
||||
edgesFwd(_, pred) and
|
||||
pred = succ.(CallExprBase).getEnclosingCallable()
|
||||
|
||||
Reference in New Issue
Block a user