Merge branch 'one-billion-derives' of https://github.com/polyphony-chat/chorus into one-billion-derives

This commit is contained in:
bitfl0wer 2024-07-20 17:20:16 +02:00
commit 599969e2c7
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ pub struct AuditLogEntry {
pub options: Option<AuditEntryInfo>, pub options: Option<AuditEntryInfo>,
pub reason: Option<String>, pub reason: Option<String>,
} }
impl PartialEq for AuditLogEntry { impl PartialEq for AuditLogEntry {
fn eq(&self, other: &Self) -> bool { fn eq(&self, other: &Self) -> bool {
self.target_id == other.target_id self.target_id == other.target_id