Skip to content

Commit 78b653c

Browse files
committed
Rust: One more bit of cleanup.
1 parent 402a84f commit 78b653c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ mod axum_test {
131131
use axum::routing::get;
132132
use axum::extract::{Path, Query, Request, Json};
133133
use std::collections::HashMap;
134-
use crate::web_frameworks::sink;
134+
use super::sink;
135135

136136
async fn my_axum_handler_1(Path(a): Path<String>) -> &'static str { // $ MISSING: Alert[rust/summary/taint-sources]
137137
sink(a.as_str()); // $ MISSING: hasTaintFlow

0 commit comments

Comments
 (0)