aboutsummaryrefslogtreecommitdiff
path: root/azalea-brigadier/src/exceptions
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-17 16:52:34 -0500
committermat <github@matdoes.dev>2022-04-17 16:52:34 -0500
commit6f3c41e01c466e4ab6abd1268149dd88686bbbc9 (patch)
treeccf6b49123995d5f42f20009514048a961a53c4b /azalea-brigadier/src/exceptions
parent2e904225611b66fa72b082e4f5e188b55b333fcd (diff)
downloadazalea-drasl-6f3c41e01c466e4ab6abd1268149dd88686bbbc9.tar.xz
add .requires
Diffstat (limited to 'azalea-brigadier/src/exceptions')
-rw-r--r--azalea-brigadier/src/exceptions/command_syntax_exception.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-brigadier/src/exceptions/command_syntax_exception.rs b/azalea-brigadier/src/exceptions/command_syntax_exception.rs
index 93ac788c..4bfe9cda 100644
--- a/azalea-brigadier/src/exceptions/command_syntax_exception.rs
+++ b/azalea-brigadier/src/exceptions/command_syntax_exception.rs
@@ -5,7 +5,7 @@ use crate::message::Message;
#[derive(Clone, PartialEq)]
pub struct CommandSyntaxException {
- type_: BuiltInExceptions,
+ pub type_: BuiltInExceptions,
message: Message,
input: Option<String>,
cursor: Option<usize>,