chore: get rid of warnings
This commit is contained in:
parent
7b3fe88345
commit
f775c76d8a
11 changed files with 24 additions and 33 deletions
|
@ -1,13 +1,10 @@
|
|||
use crate::Error;
|
||||
use ruma::{
|
||||
api::{AuthScheme, IncomingRequest, OutgoingRequest},
|
||||
api::OutgoingRequest,
|
||||
identifiers::{DeviceId, UserId},
|
||||
Outgoing,
|
||||
};
|
||||
use std::{
|
||||
convert::{TryFrom, TryInto},
|
||||
ops::Deref,
|
||||
};
|
||||
use std::{convert::TryInto, ops::Deref};
|
||||
|
||||
#[cfg(feature = "conduit_bin")]
|
||||
use {
|
||||
|
@ -24,6 +21,8 @@ use {
|
|||
tokio::io::AsyncReadExt,
|
||||
Request, State,
|
||||
},
|
||||
ruma::api::{AuthScheme, IncomingRequest},
|
||||
std::convert::TryFrom,
|
||||
std::io::Cursor,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue