From 82ad975242292d5875780b4398b62637674bf50a Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 12 Dec 2025 00:20:50 -0430 Subject: clippy --- azalea-core/src/registry_holder/entity_effect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-core/src') diff --git a/azalea-core/src/registry_holder/entity_effect.rs b/azalea-core/src/registry_holder/entity_effect.rs index 7615c4df..442b0e1a 100644 --- a/azalea-core/src/registry_holder/entity_effect.rs +++ b/azalea-core/src/registry_holder/entity_effect.rs @@ -179,7 +179,7 @@ impl Deserialize for PlaySound { // strings. list.strings() .ok_or(DeserializeError::MissingField)? - .into_iter() + .iter() .map(|s| { SoundEvent::from_str(&s.to_str()) .map(Holder::Reference) -- cgit v1.2.3