Cargo Clippy
This commit is contained in:
parent
2a52f666dc
commit
00996dd834
3 changed files with 6 additions and 4 deletions
|
@ -28,7 +28,10 @@ use http::{
|
|||
};
|
||||
use opentelemetry::trace::{FutureExt, Tracer};
|
||||
use ruma::api::{
|
||||
client::{error::Error as RumaError, error::ErrorKind, uiaa::UiaaResponse},
|
||||
client::{
|
||||
error::{Error as RumaError, ErrorKind},
|
||||
uiaa::UiaaResponse,
|
||||
},
|
||||
IncomingRequest,
|
||||
};
|
||||
use tokio::signal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue