chore: get rid of warnings

This commit is contained in:
Timo Kösters
2021-03-18 18:33:43 +01:00
parent 7b3fe88345
commit f775c76d8a
11 changed files with 24 additions and 33 deletions

View File

@@ -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,
};