aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth/src
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-16 17:55:45 -0600
committermat <github@matdoes.dev>2021-12-16 17:55:45 -0600
commit1dc56b6f519f386b6e0b5eac47a84576cedbbb33 (patch)
tree1752969c75814fb8517494ec9671226408f70259 /azalea-auth/src
parent227ba5511d50af8c7c46a47e09db7f55a0ed84b7 (diff)
downloadazalea-drasl-1dc56b6f519f386b6e0b5eac47a84576cedbbb33.tar.xz
fix errors
Diffstat (limited to 'azalea-auth/src')
-rw-r--r--azalea-auth/src/game_profile.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-auth/src/game_profile.rs b/azalea-auth/src/game_profile.rs
index a186a208..d75f60a4 100644
--- a/azalea-auth/src/game_profile.rs
+++ b/azalea-auth/src/game_profile.rs
@@ -2,7 +2,7 @@ use std::collections::HashMap;
use uuid::Uuid;
-#[derive(Hash, Clone, Debug)]
+#[derive(Clone, Debug)]
pub struct GameProfile {
pub uuid: Uuid,
pub name: String,