diff --git a/src/transport/smtp/client/mod.rs b/src/transport/smtp/client/mod.rs index a7712c4..81021cf 100644 --- a/src/transport/smtp/client/mod.rs +++ b/src/transport/smtp/client/mod.rs @@ -57,7 +57,7 @@ macro_rules! return_err ( }) ); -impl Client { +impl Client { /// Creates a new SMTP client /// /// It does not connects to the server, but only creates the `Client` @@ -66,7 +66,7 @@ impl Client { } } -impl Client { +impl Client { /// Closes the SMTP transaction if possible pub fn close(&mut self) { let _ = self.quit();