Compare commits
No commits in common. "431accb20eb3bc3d689ff83956bae1f2966a2c25" and "8792dc7cbfcaec5ce54fe669885bdb982c4cbb02" have entirely different histories.
431accb20e
...
8792dc7cbf
@ -48,7 +48,7 @@ pub struct User {
|
||||
}
|
||||
|
||||
impl std::fmt::Debug for User {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
f.debug_struct("User")
|
||||
.field("id", &self.id)
|
||||
.field("name", &self.name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user