diff --git a/lettre/src/smtp/client/mod.rs b/lettre/src/smtp/client/mod.rs index 7f6c2ca..81a7417 100644 --- a/lettre/src/smtp/client/mod.rs +++ b/lettre/src/smtp/client/mod.rs @@ -92,7 +92,6 @@ macro_rules! return_err ( }) ); -#[cfg_attr(feature = "cargo-clippy", allow(clippy::new_without_default_derive))] impl InnerClient { /// Creates a new SMTP client /// diff --git a/lettre/src/smtp/commands.rs b/lettre/src/smtp/commands.rs index 67a8a48..8cda6af 100644 --- a/lettre/src/smtp/commands.rs +++ b/lettre/src/smtp/commands.rs @@ -1,4 +1,3 @@ -#![cfg_attr(feature = "cargo-clippy", allow(clippy::write_with_newline))] //! SMTP commands