fix(all): Remove unknown clippy annotations

This commit is contained in:
Alexis Mousset
2019-03-23 19:09:29 +01:00
parent 8f1c9dbec5
commit cfe4ebf8cb
2 changed files with 0 additions and 2 deletions

View File

@@ -92,7 +92,6 @@ macro_rules! return_err (
})
);
#[cfg_attr(feature = "cargo-clippy", allow(clippy::new_without_default_derive))]
impl<S: Write + Read> InnerClient<S> {
/// Creates a new SMTP client
///

View File

@@ -1,4 +1,3 @@
#![cfg_attr(feature = "cargo-clippy", allow(clippy::write_with_newline))]
//! SMTP commands