From cfe4ebf8cba67a7738dc8973dc83ed0ba6f14897 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sat, 23 Mar 2019 19:09:29 +0100 Subject: [PATCH] fix(all): Remove unknown clippy annotations --- lettre/src/smtp/client/mod.rs | 1 - lettre/src/smtp/commands.rs | 1 - 2 files changed, 2 deletions(-) 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