Compare commits
No commits in common. "257a682eb403ac39e4934888c5d01d4c6720f692" and "31348a6a9377de97d46755df5952206b3ce9749a" have entirely different histories.
257a682eb4
...
31348a6a93
@ -48,7 +48,7 @@ pub struct User {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl std::fmt::Debug for 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")
|
f.debug_struct("User")
|
||||||
.field("id", &self.id)
|
.field("id", &self.id)
|
||||||
.field("name", &self.name)
|
.field("name", &self.name)
|
||||||
|
Loading…
Reference in New Issue
Block a user