From f8dfbaa2869f40253ccd19ee3655b8dbd5390d8e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 6 Jun 2025 21:38:24 +0200 Subject: manual clippy and other cleanup --- server/src/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/state.rs') diff --git a/server/src/state.rs b/server/src/state.rs index a509a3bd..bd97266e 100644 --- a/server/src/state.rs +++ b/server/src/state.rs @@ -24,7 +24,7 @@ impl Server { pub async fn tick_outer(&mut self, dt: f32) -> anyhow::Result<()> { let should_pause = self.connections.iter().all(|c| c.1 .1); if should_pause != self.paused { - info!("Game paused: {}", should_pause); + info!("Game paused: {should_pause}"); self.paused = should_pause; for p in self.game.players.keys() { self.packet_out -- cgit v1.2.3-70-g09d2