resolve wildcard_imports and checked_conversations lints

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-04 23:21:04 -04:00 committed by June
parent f0a0704a93
commit 1b84f5a855
4 changed files with 7 additions and 4 deletions

View file

@ -8,7 +8,7 @@ use axum::{
};
use conduit::{
api::{client_server, server_server},
*,
Error, Result, Ruma, RumaResponse,
};
use http::{Method, Uri};
use ruma::api::{client::error::ErrorKind, IncomingRequest};