Skip to content

Commit f5b9691

Browse files
committed
Rust: Accept fixed result.
1 parent f350181 commit f5b9691

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
| test.rs:40:10:40:13 | arg4 | Fixed missing result: hasTaintFlow |

rust/ql/test/library-tests/dataflow/sources/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fn test_env_args() {
3737
sink(arg1); // $ hasTaintFlow
3838
sink(arg2); // $ hasTaintFlow
3939
sink(arg3); // $ hasTaintFlow
40-
sink(arg4); // $ MISSING: hasTaintFlow
40+
sink(arg4); // $ hasTaintFlow
4141

4242
for arg in std::env::args() { // $ Alert[rust/summary/taint-sources]
4343
sink(arg); // $ hasTaintFlow

0 commit comments

Comments
 (0)