From ee2575794e91b9457a74a95daf1dcc707058cd58 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 12 Oct 2025 23:01:54 +0300 Subject: upgrade deps and clean up lots of doc comments --- azalea-brigadier/src/command_dispatcher.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'azalea-brigadier/src/command_dispatcher.rs') diff --git a/azalea-brigadier/src/command_dispatcher.rs b/azalea-brigadier/src/command_dispatcher.rs index d9a45132..a2024139 100644 --- a/azalea-brigadier/src/command_dispatcher.rs +++ b/azalea-brigadier/src/command_dispatcher.rs @@ -173,8 +173,10 @@ impl CommandDispatcher { }) } - /// Parse and execute the command using the given input and context. The - /// number returned depends on the command, and may not be of significance. + /// Parse and execute the command using the given input and context. + /// + /// The number returned depends on the command, and may not be of + /// significance. /// /// This is a shortcut for `Self::parse` and `Self::execute_parsed`. pub fn execute( -- cgit v1.2.3