]> git.r.bdr.sh - rbdr/olden-mail/blobdiff - src/proxy.rs
Trim the trailing "
[rbdr/olden-mail] / src / proxy.rs
index 781ce2e1b0dbc9297357cada9b6c4a76bfb4c30e..b8d95cd466efb263c3736002f07a67e40e53654a 100644 (file)
@@ -42,7 +42,7 @@ use std::thread::{sleep, spawn, JoinHandle};
 use std::time::Duration;
 
 use crate::configuration::Proxy;
 use std::time::Duration;
 
 use crate::configuration::Proxy;
-use crate::middleware::get_middleware;
+use crate::middleware::get as get_middleware;
 
 /// A proxy server that listens for plaintext connections and forwards them
 /// via TLS.
 
 /// A proxy server that listens for plaintext connections and forwards them
 /// via TLS.