Follow Clippy

This commit is contained in:
Kitaiti Makoto
2021-12-05 20:24:11 +09:00
parent de4380fd34
commit e01539ef16
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ impl User {
))
.execute(conn)
.map(|_| ())
.map_err(|err| Error::from(err))
.map_err(Error::from)
})
}