From ea64fba7f655b9afa03d57e8590c16e024f396f3 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Fri, 5 Jul 2024 00:45:45 -0500 Subject: upgrade to simdnbt 0.6 (#160) --- azalea-chat/src/style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-chat/src/style.rs') diff --git a/azalea-chat/src/style.rs b/azalea-chat/src/style.rs index e04c1925..a8cf5935 100755 --- a/azalea-chat/src/style.rs +++ b/azalea-chat/src/style.rs @@ -581,7 +581,7 @@ impl Style { #[cfg(feature = "simdnbt")] impl simdnbt::Deserialize for Style { fn from_compound( - compound: &simdnbt::borrow::NbtCompound, + compound: simdnbt::borrow::NbtCompound, ) -> Result { let bold = compound.byte("bold").map(|v| v != 0); let italic = compound.byte("italic").map(|v| v != 0); -- cgit v1.2.3