Cargo fmt
This commit is contained in:
@@ -4,8 +4,7 @@ use ruma::{
|
|||||||
events::{AnyEvent as EduEvent, EventType},
|
events::{AnyEvent as EduEvent, EventType},
|
||||||
Raw, RoomId, UserId,
|
Raw, RoomId, UserId,
|
||||||
};
|
};
|
||||||
use serde::de::DeserializeOwned;
|
use serde::{de::DeserializeOwned, Serialize};
|
||||||
use serde::Serialize;
|
|
||||||
use sled::IVec;
|
use sled::IVec;
|
||||||
use std::{collections::HashMap, convert::TryFrom};
|
use std::{collections::HashMap, convert::TryFrom};
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use ruma::{
|
|||||||
error::ErrorKind,
|
error::ErrorKind,
|
||||||
r0::backup::{BackupAlgorithm, KeyData, Sessions},
|
r0::backup::{BackupAlgorithm, KeyData, Sessions},
|
||||||
},
|
},
|
||||||
{RoomId, UserId},
|
RoomId, UserId,
|
||||||
};
|
};
|
||||||
use std::{collections::BTreeMap, convert::TryFrom};
|
use std::{collections::BTreeMap, convert::TryFrom};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user