Fix a couple bugs
This commit is contained in:
parent
1bea1f9235
commit
1c53aeba2f
6 changed files with 57 additions and 30 deletions
|
|
@ -191,7 +191,7 @@ impl Serialize for Speed {
|
|||
}
|
||||
Tmp {
|
||||
mbps: self.mbps,
|
||||
human_readable: format!("{:?}", self.mbps),
|
||||
human_readable: format!("{}", self),
|
||||
}
|
||||
.serialize(serializer)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue