Compare commits
No commits in common. "f50ea78e3fff594805b09ff1ae94c8c31b077ee0" and "5ddc3020480e6f7bb201275ba93dade53124b5da" have entirely different histories.
f50ea78e3f
...
5ddc302048
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user