diff options
| author | mat <git@matdoes.dev> | 2025-10-12 23:01:54 +0300 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-10-12 23:01:54 +0300 |
| commit | ee2575794e91b9457a74a95daf1dcc707058cd58 (patch) | |
| tree | df725850ef18ded5ce3f6552e17095d0f704ae84 /azalea-brigadier/src/command_dispatcher.rs | |
| parent | 1a1402954b07cd77615d0afc026c73b008787f51 (diff) | |
| download | azalea-drasl-ee2575794e91b9457a74a95daf1dcc707058cd58.tar.xz | |
upgrade deps and clean up lots of doc comments
Diffstat (limited to 'azalea-brigadier/src/command_dispatcher.rs')
| -rw-r--r-- | azalea-brigadier/src/command_dispatcher.rs | 6 |
1 files changed, 4 insertions, 2 deletions
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<S> CommandDispatcher<S> { }) } - /// 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( |
