Remove unused import in connect stub.
This commit is contained in:
parent
ab06750db3
commit
44b855aab8
|
|
@ -51,8 +51,6 @@ impl Runnable for ConnectCmd {
|
||||||
|
|
||||||
impl ConnectCmd {
|
impl ConnectCmd {
|
||||||
async fn connect(&self) -> Result<(), failure::Error> {
|
async fn connect(&self) -> Result<(), failure::Error> {
|
||||||
use std::net::Shutdown;
|
|
||||||
|
|
||||||
use chrono::Utc;
|
use chrono::Utc;
|
||||||
use tokio::{codec::Framed, net::TcpStream, prelude::*};
|
use tokio::{codec::Framed, net::TcpStream, prelude::*};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue