diff options
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); - } -} |
