fix-ci #297

Merged
philipp merged 2 commits from fix-ci into staging 2024-03-21 00:17:15 +01:00
Showing only changes of commit 59e5f48589 - Show all commits

View File

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