From 34f53baf85fb5c7163ec5d71a8ab9d45d3f271b6 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 22 Feb 2025 23:01:54 +0000 Subject: update to rust edition 2024 --- azalea-client/src/test_simulation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src/test_simulation.rs') diff --git a/azalea-client/src/test_simulation.rs b/azalea-client/src/test_simulation.rs index 5afd8b00..38cfbc15 100644 --- a/azalea-client/src/test_simulation.rs +++ b/azalea-client/src/test_simulation.rs @@ -25,9 +25,9 @@ use tokio::{sync::mpsc, time::sleep}; use uuid::Uuid; use crate::{ + ClientInformation, GameProfileComponent, InConfigState, InstanceHolder, LocalPlayerBundle, events::LocalPlayerEvents, raw_connection::{RawConnection, RawConnectionReader, RawConnectionWriter}, - ClientInformation, GameProfileComponent, InConfigState, InstanceHolder, LocalPlayerBundle, }; /// A way to simulate a client in a server, used for some internal tests. -- cgit v1.2.3