fix(all): Remove unknown clippy annotations
This commit is contained in:
@@ -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
|
||||
///
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#![cfg_attr(feature = "cargo-clippy", allow(clippy::write_with_newline))]
|
||||
|
||||
//! SMTP commands
|
||||
|
||||
|
||||
Reference in New Issue
Block a user