aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth/src
diff options
context:
space:
mode:
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,