From 7c3a5768cda78cb9590aac1e1469d36333cd95ac Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 11 Dec 2025 20:52:49 -1100 Subject: polish readmes --- azalea-inventory/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'azalea-inventory/src') diff --git a/azalea-inventory/src/lib.rs b/azalea-inventory/src/lib.rs index 87cd61e4..e95d9ee1 100644 --- a/azalea-inventory/src/lib.rs +++ b/azalea-inventory/src/lib.rs @@ -1,5 +1,4 @@ -//! Representations of various inventory data structures in Minecraft. - +#![doc = include_str!("../README.md")] #![feature(min_specialization)] pub mod components; -- cgit v1.2.3