mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
clippy
This commit is contained in:
@ -32,7 +32,8 @@ impl TestApp {
|
||||
.listen(listener)
|
||||
.unwrap()
|
||||
.run();
|
||||
let _ = actix_web::rt::spawn(server);
|
||||
|
||||
actix_web::rt::spawn(server);
|
||||
|
||||
let client = reqwest::Client::builder()
|
||||
.cookie_store(true)
|
||||
|
Reference in New Issue
Block a user