From 69f97dbf02e5422ee796492a3633a4e8f3f09d2d Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 31 Jul 2022 18:05:41 -0500 Subject: clippo the sequel --- azalea-chat/src/style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-chat/src/style.rs') diff --git a/azalea-chat/src/style.rs b/azalea-chat/src/style.rs index 4e3b24de..9fca6563 100755 --- a/azalea-chat/src/style.rs +++ b/azalea-chat/src/style.rs @@ -2,7 +2,7 @@ use std::{collections::HashMap, fmt}; use serde_json::Value; -#[derive(Clone, PartialEq, Debug)] +#[derive(Clone, PartialEq, Eq, Debug)] pub struct TextColor { pub value: u32, pub name: Option, -- cgit v1.2.3