You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Reimplementation of a postgres-backed storage with a shared PG listener
This commit is contained in:
@ -106,9 +106,7 @@ pub struct FormUrlencodedRequestLayer<T> {
|
||||
|
||||
impl<T> Default for FormUrlencodedRequestLayer<T> {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
_t: PhantomData::default(),
|
||||
}
|
||||
Self { _t: PhantomData }
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -106,9 +106,7 @@ pub struct JsonRequestLayer<T> {
|
||||
|
||||
impl<T> Default for JsonRequestLayer<T> {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
_t: PhantomData::default(),
|
||||
}
|
||||
Self { _t: PhantomData }
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -106,9 +106,7 @@ pub struct JsonResponseLayer<T> {
|
||||
|
||||
impl<T> Default for JsonResponseLayer<T> {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
_t: PhantomData::default(),
|
||||
}
|
||||
Self { _t: PhantomData }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user