From 0569ffd2d85585eb69de9068ab3f62e768bce4e7 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 15 Dec 2025 14:59:26 +0700 Subject: write/update docs for several items --- azalea-client/src/lib.rs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'azalea-client/src/lib.rs') diff --git a/azalea-client/src/lib.rs b/azalea-client/src/lib.rs index 6d216b2b..cff0b03a 100644 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -1,10 +1,4 @@ -//! Significantly abstract [`azalea_protocol`] so it's actually useable for -//! real clients. If you want to make bots, you should use the -//! [`azalea`] crate instead. -//! -//! [`azalea_protocol`]: https://docs.rs/azalea-protocol -//! [`azalea`]: https://docs.rs/azalea - +#![doc = include_str!("../README.md")] #![feature(error_generic_member_access)] #![feature(never_type)] -- cgit v1.2.3