aboutsummaryrefslogtreecommitdiff
path: root/azalea-inventory/src
diff options
context:
space:
mode:
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;