From 2e904225611b66fa72b082e4f5e188b55b333fcd Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 17 Apr 2022 15:57:28 -0500 Subject: Fix clippy issues and add a couple tests to dispatcher --- .../tests/exceptions/dynamic_command_syntax_exception_type_test.rs | 0 .../tests/exceptions/simple_command_syntax_exception_type_test.rs | 0 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 azalea-brigadier/tests/exceptions/dynamic_command_syntax_exception_type_test.rs delete mode 100644 azalea-brigadier/tests/exceptions/simple_command_syntax_exception_type_test.rs (limited to 'azalea-brigadier/tests/exceptions') diff --git a/azalea-brigadier/tests/exceptions/dynamic_command_syntax_exception_type_test.rs b/azalea-brigadier/tests/exceptions/dynamic_command_syntax_exception_type_test.rs deleted file mode 100644 index e69de29b..00000000 diff --git a/azalea-brigadier/tests/exceptions/simple_command_syntax_exception_type_test.rs b/azalea-brigadier/tests/exceptions/simple_command_syntax_exception_type_test.rs deleted file mode 100644 index e69de29b..00000000 -- cgit v1.2.3