This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove superfluous `use` statements.
wip
Titouan Rigoudy
4 years ago
parent
e5da19c111
commit
daa2a71b5b
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
Write
Preview
Loading…
Cancel
Save