Compare commits

..

No commits in common. "257a682eb403ac39e4934888c5d01d4c6720f692" and "31348a6a9377de97d46755df5952206b3ce9749a" have entirely different histories.

View File

@ -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)