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 7553e14 + 2007479 commit 7e32709Copy full SHA for 7e32709
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