fix ci
Some checks failed
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled
CI/CD Pipeline / test (push) Has been cancelled

This commit is contained in:
philipp 2024-03-21 00:16:29 +01:00
parent 5ddc302048
commit 59e5f48589

View File

@ -47,7 +47,7 @@ pub struct User {
pub membership_pdf: Option<Vec<u8>>, pub membership_pdf: Option<Vec<u8>>,
} }
impl fmt::Debug for User { impl std::fmt::Debug for User {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
f.debug_struct("User") f.debug_struct("User")
.field("id", &self.id) .field("id", &self.id)