From df167a5a391ef2a9bf2290a24d99ef8f559d9084 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 5 May 2023 17:15:49 +0000 Subject: fix some warnings --- azalea-inventory/src/item/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-inventory/src') diff --git a/azalea-inventory/src/item/mod.rs b/azalea-inventory/src/item/mod.rs index 07e51363..0ad7b2c0 100644 --- a/azalea-inventory/src/item/mod.rs +++ b/azalea-inventory/src/item/mod.rs @@ -3,6 +3,8 @@ pub trait MaxStackSizeExt { /// /// This is a signed integer to be consistent with the `count` field of /// [`ItemSlotData`]. + /// + /// [`ItemSlotData`]: crate::ItemSlotData fn max_stack_size(&self) -> i8; /// Whether this item can be stacked with other items. -- cgit v1.2.3