Merge pull request 'fix ci' (#298) from fix-ci into main
Reviewed-on: #298
This commit is contained in:
commit
f50ea78e3f
@ -47,7 +47,7 @@ pub struct User {
|
|||||||
pub membership_pdf: Option<Vec<u8>>,
|
pub membership_pdf: Option<Vec<u8>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl fmt::Debug for User {
|
impl std::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)
|
||||||
|
Loading…
Reference in New Issue
Block a user