From b3864af9c4af83552e37fd71a46262967572f9e6 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 18 Apr 2022 18:13:15 +0000 Subject: split stuff into more modules --- azalea-brigadier/src/exceptions/mod.rs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'azalea-brigadier/src/exceptions') diff --git a/azalea-brigadier/src/exceptions/mod.rs b/azalea-brigadier/src/exceptions/mod.rs index 0bca556e..6b9c8d62 100644 --- a/azalea-brigadier/src/exceptions/mod.rs +++ b/azalea-brigadier/src/exceptions/mod.rs @@ -1,2 +1,5 @@ -pub mod builtin_exceptions; -pub mod command_syntax_exception; +mod builtin_exceptions; +mod command_syntax_exception; + +pub use builtin_exceptions::BuiltInExceptions; +pub use command_syntax_exception::CommandSyntaxException; -- cgit v1.2.3