Get rid of warnings

This commit is contained in:
Piotr Korgól 2019-07-01 17:15:50 +02:00
parent 631df59083
commit 8368bea654

View File

@ -28,7 +28,7 @@ fn main() {
let mut clock = Clock::new();
println!("Enter your username");
let mut username = read_input();
let username = read_input();
// Create a client.
let mut client =