...
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:26:10 +01:00
parent f50ea78e3f
commit 58db070cc0

View File

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