aboutsummaryrefslogtreecommitdiff
path: root/minecraft-chat/src/text_component.rs
diff options
context:
space:
mode:
Diffstat (limited to 'minecraft-chat/src/text_component.rs')
-rw-r--r--minecraft-chat/src/text_component.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecraft-chat/src/text_component.rs b/minecraft-chat/src/text_component.rs
index e950ee00..bd47d671 100644
--- a/minecraft-chat/src/text_component.rs
+++ b/minecraft-chat/src/text_component.rs
@@ -1,6 +1,6 @@
use crate::{base_component::BaseComponent, component::Component};
-#[derive(Clone)]
+#[derive(Clone, Debug)]
pub struct TextComponent {
pub base: BaseComponent,
pub text: String,