aboutsummaryrefslogtreecommitdiff
path: root/pixel-client/src/menu/settings.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/settings.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/settings.rs')
-rw-r--r--pixel-client/src/menu/settings.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/src/menu/settings.rs b/pixel-client/src/menu/settings.rs
index 6f4a20fe..91d43025 100644
--- a/pixel-client/src/menu/settings.rs
+++ b/pixel-client/src/menu/settings.rs
@@ -15,7 +15,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-use crate::{config::Config, strings::tr, render::sprite::SpriteDraw, ui::Ui};
+use crate::{config::Config, render::sprite::SpriteDraw, strings::tr, ui::Ui};
use hurrycurry_protocol::glam::Vec2;
use log::warn;