You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-12-11 13:03:11 +03:00
Fix new clippy 0.1.63 warnings
This commit is contained in:
committed by
Quentin Gliech
parent
759809b7fd
commit
5c8b442747
@@ -26,7 +26,7 @@ use crate::{StorageBackend, StorageBackendMarker, User};
|
||||
|
||||
static DEVICE_ID_LENGTH: usize = 10;
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Serialize)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize)]
|
||||
#[serde(transparent)]
|
||||
pub struct Device {
|
||||
id: String,
|
||||
|
||||
Reference in New Issue
Block a user