Browse Source

Remove superfluous `use` statements.

wip
Titouan Rigoudy 4 years ago
parent
commit
daa2a71b5b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      client/src/main.rs

+ 0
- 2
client/src/main.rs View File

@ -2,8 +2,6 @@ use std::path::Path;
use anyhow::Context;
use clap::{App, Arg};
use crossbeam_channel;
use env_logger;
use log::{error, info};
use solstice_proto::server::{Client, ServerRequest};
use tokio::net::TcpStream;


Loading…
Cancel
Save