diff options
| author | Guillaume Pasquet <dev@etenil.net> | 2019-11-17 02:08:03 +0000 | 
|---|---|---|
| committer | Guillaume Pasquet <dev@etenil.net> | 2019-11-17 02:08:03 +0000 | 
| commit | 1ffd583bea0a88b727cb0dacfbdcfbc31ed99ca5 (patch) | |
| tree | 753f2081e696d3f77fe851b646514a6c12c34421 /src/main.rs | |
| parent | 494037db77088b520909a78ec1d425de6fec27dc (diff) | |
Clean up code with clippy
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/main.rs b/src/main.rs index 2e45c58..f890a27 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,7 +8,7 @@ mod state;  mod tiling;  mod world; -use entities::{Character, Entity, Player}; +use entities::{Entity, Player};  use pancurses::{endwin, initscr, noecho, Input};  use state::State;  use std::env; | 
