From 01a059c20cf3cf9330404d9e408a586500757fe6 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 10 Dec 2021 21:59:21 +0000 Subject: remove splitter --- minecraft-chat/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'minecraft-chat/src/lib.rs') diff --git a/minecraft-chat/src/lib.rs b/minecraft-chat/src/lib.rs index 5e9f1e3a..b7035e13 100644 --- a/minecraft-chat/src/lib.rs +++ b/minecraft-chat/src/lib.rs @@ -6,7 +6,6 @@ extern crate lazy_static; pub mod base_component; pub mod component; -pub mod splitter; pub mod style; pub mod text_component; pub mod translatable_component; -- cgit v1.2.3