Compare commits

..

No commits in common. "f50ea78e3fff594805b09ff1ae94c8c31b077ee0" and "5ddc3020480e6f7bb201275ba93dade53124b5da" have entirely different histories.

View File

@ -47,7 +47,7 @@ pub struct User {
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 {
f.debug_struct("User")
.field("id", &self.id)