Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
int08h committed Apr 28, 2024
1 parent b709168 commit dc87aac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ use mio::net::{TcpListener, UdpSocket};
use mio_extras::timer::Timer;

use crate::config::ServerConfig;
use crate::Error::RequestTooShort;
use crate::key::LongTermKey;
use crate::kms;
use crate::request;
Expand Down

0 comments on commit dc87aac

Please sign in to comment.