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/builder/argument_builder.rs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'azalea-brigadier/src/builder/argument_builder.rs') diff --git a/azalea-brigadier/src/builder/argument_builder.rs b/azalea-brigadier/src/builder/argument_builder.rs index 945f7fcb..27320eba 100644 --- a/azalea-brigadier/src/builder/argument_builder.rs +++ b/azalea-brigadier/src/builder/argument_builder.rs @@ -77,8 +77,9 @@ impl ArgumentBuilder { self } - /// Set the command to be executed when this node is reached. If this is not - /// present on a node, it is not a valid command. + /// Set the command to be executed when this node is reached. + /// + /// If this is not present on a node, it is not a valid command. /// /// ``` /// # use azalea_brigadier::prelude::*; @@ -105,8 +106,9 @@ impl ArgumentBuilder { self } - /// Set the requirement for this node to be considered. If this is not - /// present on a node, it is considered to always pass. + /// Set the requirement for this node to be considered. + /// + /// If this is not present on a node, it is considered to always pass. /// /// ``` /// # use azalea_brigadier::prelude::*; -- cgit v1.2.3