Remove Eq fromn Guild as it is not Eq

This commit is contained in:
bitfl0wer 2024-01-23 21:05:01 +01:00
parent 577a399a7b
commit 7434690027
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
1 changed files with 0 additions and 2 deletions

View File

@ -217,8 +217,6 @@ impl std::cmp::PartialEq for Guild {
}
}
impl std::cmp::Eq for Guild {}
/// See <https://docs.spacebar.chat/routes/#get-/guilds/-guild_id-/bans/-user->
#[derive(Serialize, Deserialize, Debug, Default, Clone, PartialEq, Eq, Hash)]
#[cfg_attr(feature = "sqlx", derive(sqlx::FromRow))]