Commit 202e9b4
Merge #701
701: Fix how `Instant` is displayed r=thvdveld a=thvdveld
Instant was displayed incorrectly. For example,
`Instant::from_millis(74)` would have been displayed as "0.74s" instead of the correct "0.074s".
bors r+
Co-authored-by: Thibaut Vandervelden <[email protected]>1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| 364 | + | |
364 | 365 | | |
365 | | - | |
| 366 | + | |
366 | 367 | | |
367 | 368 | | |
368 | 369 | | |
| |||
0 commit comments