From 75b34cb9590d243f938f7959ad57b8dc50cd7cfa Mon Sep 17 00:00:00 2001 From: The Dax Date: Mon, 23 Jun 2025 14:13:56 -0400 Subject: [PATCH] Address warning: "struct update has no effect, all the fields in the struct have already been specified" --- src/world/lua.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/world/lua.rs b/src/world/lua.rs index 0c3d563..910427e 100644 --- a/src/world/lua.rs +++ b/src/world/lua.rs @@ -398,7 +398,6 @@ impl UserData for EffectsBuilder { unk4: 0, amount, }, - ..Default::default() }); Ok(()) });