diff options
| author | mat <git@matdoes.dev> | 2025-12-12 00:20:50 -0430 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-12-12 00:20:50 -0430 |
| commit | 82ad975242292d5875780b4398b62637674bf50a (patch) | |
| tree | a904d9dde2a7467cddfb7dc6b3ae4de485bd8b0f /azalea-protocol/src/packets | |
| parent | 4a66f002c276a57e028e9456f6800b0b3c248885 (diff) | |
| download | azalea-drasl-82ad975242292d5875780b4398b62637674bf50a.tar.xz | |
clippy
Diffstat (limited to 'azalea-protocol/src/packets')
| -rw-r--r-- | azalea-protocol/src/packets/game/c_container_set_slot.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 <https://minecraft.wiki/w/Java_Edition_protocol/Inventory>. pub slot: u16, pub item_stack: ItemStack, } |
