Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Apr 4, 2024
1 parent 8881ed0 commit 19a2c16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/net-server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ use domain::net::server::middleware::builder::MiddlewareBuilder;
#[cfg(feature = "siphasher")]
use domain::net::server::middleware::processors::cookies::CookiesMiddlewareProcessor;
use domain::net::server::middleware::processors::edns::EdnsMiddlewareProcessor;
use domain::net::server::middleware::processors::edns::EDNS_VERSION_ZERO;
use domain::net::server::service::{
CallResult, Service, ServiceError, Transaction,
};
Expand Down

0 comments on commit 19a2c16

Please sign in to comment.