From 221e54c7a648bd2e3d9be5514fdc4d4ed37a75b2 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 9 Dec 2021 00:51:52 -0600 Subject: Implement more stuff with chat Still need to parse styling from json --- minecraft-chat/src/lib.rs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'minecraft-chat/src/lib.rs') diff --git a/minecraft-chat/src/lib.rs b/minecraft-chat/src/lib.rs index 73485a3e..2fbad937 100644 --- a/minecraft-chat/src/lib.rs +++ b/minecraft-chat/src/lib.rs @@ -2,15 +2,6 @@ pub mod base_component; pub mod component; -pub mod mutable_component; pub mod style; pub mod text_component; pub mod translatable_component; - -#[cfg(test)] -mod tests { - #[test] - fn it_works() { - assert_eq!(2 + 2, 4); - } -} -- cgit v1.2.3