Compare commits
3 Commits
31348a6a93
...
257a682eb4
Author | SHA1 | Date | |
---|---|---|---|
257a682eb4 | |||
80cc614390 | |||
58db070cc0 |
@ -48,7 +48,7 @@ pub struct User {
|
||||
}
|
||||
|
||||
impl std::fmt::Debug for User {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
f.debug_struct("User")
|
||||
.field("id", &self.id)
|
||||
.field("name", &self.name)
|
||||
|
Loading…
Reference in New Issue
Block a user