cargo fix

This commit is contained in:
Timo Kösters
2022-10-08 13:04:55 +02:00
committed by Nyaaori
parent 7822a385bb
commit 50b0eb9929
22 changed files with 23 additions and 26 deletions

View File

@@ -4,7 +4,6 @@ use crate::{
services, utils, Error, PduEvent, Result, Ruma,
};
use axum::{response::IntoResponse, Json};
use futures_util::StreamExt;
use get_profile_information::v1::ProfileField;
use http::header::{HeaderValue, AUTHORIZATION};