chore: AsRef is part of Rust's prelude
This commit is contained in:
committed by
Alexis Mousset
parent
e5460c4ba1
commit
ec7d63c8de
@@ -69,7 +69,6 @@ use crate::{Envelope, Transport};
|
||||
#[cfg(any(feature = "async-std1", feature = "tokio02"))]
|
||||
use async_trait::async_trait;
|
||||
use std::{
|
||||
convert::AsRef,
|
||||
ffi::OsString,
|
||||
io::prelude::*,
|
||||
process::{Command, Stdio},
|
||||
|
||||
@@ -9,10 +9,7 @@ use crate::{
|
||||
},
|
||||
Address,
|
||||
};
|
||||
use std::{
|
||||
convert::AsRef,
|
||||
fmt::{self, Display, Formatter},
|
||||
};
|
||||
use std::fmt::{self, Display, Formatter};
|
||||
|
||||
/// EHLO command
|
||||
#[derive(PartialEq, Clone, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user