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-chat/tests/integration_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-chat/tests') diff --git a/azalea-chat/tests/integration_test.rs b/azalea-chat/tests/integration_test.rs index 122df538..ec305d49 100755 --- a/azalea-chat/tests/integration_test.rs +++ b/azalea-chat/tests/integration_test.rs @@ -1,6 +1,6 @@ use azalea_chat::{ - style::{Ansi, ChatFormatting, TextColor}, FormattedText, + style::{Ansi, ChatFormatting, TextColor}, }; use serde::Deserialize; use serde_json::Value; -- cgit v1.2.3