aboutsummaryrefslogtreecommitdiff
path: root/azalea-inventory/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-06-09 13:14:20 -1100
committermat <git@matdoes.dev>2025-06-09 13:14:20 -1100
commit086f979a2895e7f15ec61e5704869a0cfc94d16f (patch)
treed5218a1b7df4524d913ba6605f40f5966dc3149b /azalea-inventory/src
parent40bcb62a777fca73a5b887af4d9a3fce01ee9053 (diff)
downloadazalea-drasl-086f979a2895e7f15ec61e5704869a0cfc94d16f.tar.xz
replace Client::get_open_container and view_container_or_inventory with get_inventory
Diffstat (limited to 'azalea-inventory/src')
-rw-r--r--azalea-inventory/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/azalea-inventory/src/lib.rs b/azalea-inventory/src/lib.rs
index 0f74ba3a..3bcb0019 100644
--- a/azalea-inventory/src/lib.rs
+++ b/azalea-inventory/src/lib.rs
@@ -1,4 +1,5 @@
-/// Representations of various inventory data structures in Minecraft.
+//! Representations of various inventory data structures in Minecraft.
+
pub mod components;
pub mod item;
pub mod operations;