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/string_reader.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'azalea-brigadier/src/string_reader.rs') diff --git a/azalea-brigadier/src/string_reader.rs b/azalea-brigadier/src/string_reader.rs index f220267a..dcb35fcb 100644 --- a/azalea-brigadier/src/string_reader.rs +++ b/azalea-brigadier/src/string_reader.rs @@ -1,6 +1,4 @@ -use crate::exceptions::{ - builtin_exceptions::BuiltInExceptions, command_syntax_exception::CommandSyntaxException, -}; +use crate::exceptions::{BuiltInExceptions, CommandSyntaxException}; use std::str::FromStr; #[derive(Clone)] -- cgit v1.2.3