From 272d3781d8c74350020e29a568ed339f183e6801 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sat, 25 Jul 2026 19:04:47 +0200 Subject: [PATCH] =?UTF-8?q?style(simulation):=20gate=20bounce=20=E2=80=94?= =?UTF-8?q?=20clippy=20unnecessary=5Fcast=20in=20test=20fixture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- server/src/atlas/believability.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/atlas/believability.rs b/server/src/atlas/believability.rs index 66f3e5f00..5e59d7cd7 100644 --- a/server/src/atlas/believability.rs +++ b/server/src/atlas/believability.rs @@ -943,7 +943,7 @@ mod tests { for y in 0..4 { let mut d = district( MorphologyZone::AlluvialPlain, - (x * 20) as i32, + x * 20, 0, 50, 0, // dry land