Skip to content

Commit 0352888

Browse files
author
Paolo Tranquilli
committed
Rust: remove wrong comment
1 parent cfc2c83 commit 0352888

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/ql/src/queries/security/CWE-696/BadCtorInitialization.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ predicate edgesFwd(PathElement pred, PathElement succ) {
5555
)
5656
)
5757
or
58-
// callable -> callable attribute macro expansion
5958
// [forwards reachable] callable -> enclosed call
6059
edgesFwd(_, pred) and
6160
pred = succ.(CallExprBase).getEnclosingCallable()

0 commit comments

Comments
 (0)