Rust: remove wrong comment

This commit is contained in:
Paolo Tranquilli
2025-05-22 11:47:33 +02:00
parent 5183d1610f
commit 01e22b7266

View File

@@ -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()