You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Move to Rust edition 2021
Also bump MSRV to 1.56 and use the same clippy lints in every crate
This commit is contained in:
@@ -27,7 +27,7 @@ use warp::{filters::BoxedFilter, Filter, Reply};
|
||||
|
||||
#[cfg(not(feature = "dev"))]
|
||||
mod builtin {
|
||||
use std::{convert::TryInto, fmt::Write, str::FromStr};
|
||||
use std::{fmt::Write, str::FromStr};
|
||||
|
||||
use headers::{ContentLength, ContentType, ETag, HeaderMapExt};
|
||||
use rust_embed::RustEmbed;
|
||||
|
||||
Reference in New Issue
Block a user