aboutsummaryrefslogtreecommitdiff
path: root/minecraft-chat/src/lib.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-09 00:51:52 -0600
committermat <github@matdoes.dev>2021-12-09 00:51:52 -0600
commit221e54c7a648bd2e3d9be5514fdc4d4ed37a75b2 (patch)
treed1c80b289b9079b50a434c3f199a7de378bd1191 /minecraft-chat/src/lib.rs
parentbda5362bdf5331c77fdd8f36fae003853dd34bba (diff)
downloadazalea-drasl-221e54c7a648bd2e3d9be5514fdc4d4ed37a75b2.tar.xz
Implement more stuff with chat
Still need to parse styling from json
Diffstat (limited to 'minecraft-chat/src/lib.rs')
-rw-r--r--minecraft-chat/src/lib.rs9
1 files changed, 0 insertions, 9 deletions
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);
- }
-}