We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03bce1c + 57f060b commit 2007479Copy full SHA for 2007479
rust/ql/lib/codeql/rust/dataflow/internal/DataFlowImpl.qll
@@ -95,7 +95,7 @@ final class DataFlowCall extends TDataFlowCall {
95
96
//** TODO JB1: Move to subclass, monkey patching for #153 */
97
DataFlowCallable getARuntimeTarget(){ none() }
98
- Node::ArgumentNode getAnArgumentNode(){ none() }
+ ArgumentNode getAnArgumentNode(){ none() }
99
int totalorder(){ none() }
100
//** TODO JB1: end stubs for #153 */
101
}
0 commit comments