Export conduits Config struct and fix clipp warningsy

This commit is contained in:
Devin Ragotzy 2021-06-11 15:47:53 -04:00
parent fee7d3d2e3
commit 09a8737f24
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
use log::{error, warn};
use log::warn;
use ruma::{
api::client::{
error::{Error as RumaError, ErrorKind},
@ -12,6 +12,7 @@ use thiserror::Error;
use {
crate::RumaResponse,
http::StatusCode,
log::error,
rocket::{
response::{self, Responder},
Request,