Export conduits Config struct and fix clipp warningsy
This commit is contained in:
parent
fee7d3d2e3
commit
09a8737f24
4 changed files with 8 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue