notification #292

Merged
philipp merged 26 commits from notification into main 2024-03-21 20:48:21 +01:00
Showing only changes of commit 257a682eb4 - Show all commits

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)