Skip to content

Commit bf8cdff

Browse files
geoffw0paldepind
andauthored
Update rust/ql/test/library-tests/dataflow/sources/web_frameworks.rs
Co-authored-by: Simon Friis Vindum <[email protected]>
1 parent 08fcf61 commit bf8cdff

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
@@ -80,7 +80,7 @@ mod poem_test {
8080
}
8181

8282
mod actix_test {
83-
use actix_web::{get, web, App, HttpServer};
83+
use actix_web::{get, web, App};
8484
use crate::web_frameworks::sink;
8585

8686
async fn my_actix_handler_1(path: web::Path<String>) -> String { // $ MISSING: Alert[rust/summary/taint-sources]

0 commit comments

Comments
 (0)