1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-09-01 02:36:59 +02:00

chore: remove redundant imports

This commit is contained in:
Rob Ede
2024-02-19 12:19:08 +00:00
parent 40b10847df
commit 0f71fd5a7a
5 changed files with 3 additions and 11 deletions

View File

@@ -202,9 +202,7 @@ mod tests {
use futures_util::future::lazy;
use super::*;
use crate::{
ok, IntoServiceFactory, Ready, Service, ServiceExt, ServiceFactory, ServiceFactoryExt,
};
use crate::{ok, IntoServiceFactory, Ready, ServiceExt, ServiceFactoryExt};
struct Srv;