Skip to content

Commit 57f060b

Browse files
authored
Update DataFlowImpl.qll
1 parent 03bce1c commit 57f060b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/dataflow/internal/DataFlowImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ final class DataFlowCall extends TDataFlowCall {
9595

9696
//** TODO JB1: Move to subclass, monkey patching for #153 */
9797
DataFlowCallable getARuntimeTarget(){ none() }
98-
Node::ArgumentNode getAnArgumentNode(){ none() }
98+
ArgumentNode getAnArgumentNode(){ none() }
9999
int totalorder(){ none() }
100100
//** TODO JB1: end stubs for #153 */
101101
}

0 commit comments

Comments
 (0)