Reformat imports and fix clippy warnings
This commit is contained in:
parent
db8a0c5d69
commit
0d69ebdc6c
7 changed files with 34 additions and 22 deletions
|
@ -4,7 +4,10 @@ use ruma::{
|
|||
identifiers::{DeviceId, UserId},
|
||||
Outgoing,
|
||||
};
|
||||
use std::{convert::TryFrom, convert::TryInto, ops::Deref};
|
||||
use std::{
|
||||
convert::{TryFrom, TryInto},
|
||||
ops::Deref,
|
||||
};
|
||||
|
||||
#[cfg(feature = "conduit_bin")]
|
||||
use {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue