Skip to content

Commit 2007479

Browse files
authored
Merge pull request #205 from microsoft/LWSimpkins/rust-module-import-fix
Update DataFlowImpl.qll
2 parents 03bce1c + 57f060b commit 2007479

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)