Closed Maeeen closed 3 days ago
The switch to a duration introduced in commit c0f170f makes the need to print an extra “ms” unnecessary, as it is already handled in the Rust standard library.
For reference,
fmt
The switch to a duration introduced in commit c0f170f makes the need to print an extra “ms” unnecessary, as it is already handled in the Rust standard library.
For reference,
fmt
function: https://doc.rust-lang.org/src/core/time.rs.html#1241