From e68a9eb5e9e15372313f9017be4a2d58fb690bfc Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 11 Oct 2025 00:24:11 +0200 Subject: clippy + fmt; start using if let chains --- server/src/entity/book.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/entity/book.rs') diff --git a/server/src/entity/book.rs b/server/src/entity/book.rs index 4b87aa44..8daec972 100644 --- a/server/src/entity/book.rs +++ b/server/src/entity/book.rs @@ -18,7 +18,7 @@ use super::{Entity, EntityContext}; use anyhow::Result; use hurrycurry_locale::TrError; -use hurrycurry_protocol::{glam::IVec2, Menu, PacketC, PlayerID}; +use hurrycurry_protocol::{Menu, PacketC, PlayerID, glam::IVec2}; #[derive(Debug, Clone)] pub struct Book(pub IVec2); -- cgit v1.3