ci: use nightly rustfmt
we were using this before, but it broke when refactoring the flake out into separate files
This commit is contained in:
parent
6398136163
commit
fd19dda5cb
3 changed files with 13 additions and 10 deletions
|
@ -7,8 +7,11 @@ use axum::{
|
|||
response::{IntoResponse, Response},
|
||||
RequestExt, RequestPartsExt,
|
||||
};
|
||||
use axum_extra::headers::authorization::Bearer;
|
||||
use axum_extra::{headers::Authorization, typed_header::TypedHeaderRejectionReason, TypedHeader};
|
||||
use axum_extra::{
|
||||
headers::{authorization::Bearer, Authorization},
|
||||
typed_header::TypedHeaderRejectionReason,
|
||||
TypedHeader,
|
||||
};
|
||||
use bytes::{BufMut, BytesMut};
|
||||
use http::{Request, StatusCode};
|
||||
use ruma::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue