diff options
| author | mat <github@matdoes.dev> | 2021-12-09 00:51:52 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-09 00:51:52 -0600 |
| commit | 221e54c7a648bd2e3d9be5514fdc4d4ed37a75b2 (patch) | |
| tree | d1c80b289b9079b50a434c3f199a7de378bd1191 /minecraft-chat/src/lib.rs | |
| parent | bda5362bdf5331c77fdd8f36fae003853dd34bba (diff) | |
| download | azalea-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.rs | 9 |
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); - } -} |
