mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Get rid of warnings
This commit is contained in:
parent
631df59083
commit
8368bea654
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user