Compare commits

..

No commits in common. "8792dc7cbfcaec5ce54fe669885bdb982c4cbb02" and "2d4b433144d0cffc41c09adbf87fb7ce59cbaa6c" have entirely different histories.

View File

@ -47,7 +47,7 @@ pub struct User {
pub membership_pdf: Option<Vec<u8>>, pub membership_pdf: Option<Vec<u8>>,
} }
impl std::fmt::Debug for User { impl 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)