aboutsummaryrefslogtreecommitdiff
path: root/pixel-client/src/menu/ingame.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-06-06 21:38:24 +0200
committermetamuffin <metamuffin@disroot.org>2025-06-06 21:38:24 +0200
commitf8dfbaa2869f40253ccd19ee3655b8dbd5390d8e (patch)
treed1ce15aa264a787c81ca996752e5c2736d21fb62 /pixel-client/src/menu/ingame.rs
parent205d5f2ae8eaea03a78d3c027913c0fa44acceea (diff)
downloadhurrycurry-f8dfbaa2869f40253ccd19ee3655b8dbd5390d8e.tar
hurrycurry-f8dfbaa2869f40253ccd19ee3655b8dbd5390d8e.tar.bz2
hurrycurry-f8dfbaa2869f40253ccd19ee3655b8dbd5390d8e.tar.zst
manual clippy and other cleanup
Diffstat (limited to 'pixel-client/src/menu/ingame.rs')
-rw-r--r--pixel-client/src/menu/ingame.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/src/menu/ingame.rs b/pixel-client/src/menu/ingame.rs
index 991faad6..66c77bce 100644
--- a/pixel-client/src/menu/ingame.rs
+++ b/pixel-client/src/menu/ingame.rs
@@ -2,8 +2,8 @@ use super::main::MainMenu;
use crate::{
config::Config,
game::Game,
- strings::tr,
render::{sprite::SpriteDraw, AtlasLayout, Renderer},
+ strings::tr,
ui::UiState,
State,
};