From 82ad975242292d5875780b4398b62637674bf50a Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 12 Dec 2025 00:20:50 -0430 Subject: clippy --- azalea-protocol/src/packets/game/c_container_set_slot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src') diff --git a/azalea-protocol/src/packets/game/c_container_set_slot.rs b/azalea-protocol/src/packets/game/c_container_set_slot.rs index 571d8e82..d00080bb 100644 --- a/azalea-protocol/src/packets/game/c_container_set_slot.rs +++ b/azalea-protocol/src/packets/game/c_container_set_slot.rs @@ -11,7 +11,7 @@ pub struct ClientboundContainerSetSlot { pub state_id: u32, /// The slot index. /// - /// See https://minecraft.wiki/w/Java_Edition_protocol/Inventory. + /// See . pub slot: u16, pub item_stack: ItemStack, } -- cgit v1.2.3