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/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/commands.rs') diff --git a/server/src/commands.rs b/server/src/commands.rs index a0702a05..bf392708 100644 --- a/server/src/commands.rs +++ b/server/src/commands.rs @@ -258,7 +258,7 @@ impl Server { if let Some(board) = self.scoreboard.get(mapname) { if text { - let mut o = format!("Scoreboard for {}:\n", mapname); + let mut o = format!("Scoreboard for {mapname}:\n"); for (i, entry) in board.best.iter().take(5).enumerate() { writeln!( o, -- cgit v1.2.3-70-g09d2