resolve nightly rust warnings

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-02-25 22:16:08 -05:00 committed by June
parent 63fe9ef567
commit 24625e9659
6 changed files with 9 additions and 6 deletions

View file

@ -1,4 +1,4 @@
use std::{collections::BTreeMap, iter::FromIterator};
use std::collections::BTreeMap;
use axum::{response::IntoResponse, Json};
use ruma::api::client::{discovery::get_supported_versions, error::ErrorKind};

View file

@ -1,4 +1,4 @@
use std::{collections::BTreeMap, iter::FromIterator, str};
use std::{collections::BTreeMap, str};
use axum::{
async_trait,