Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This looks somewhat nicer, IMO --- and, `top` and `htop` do this. It would be nice to also left-align other numeric values (a la `top`/`htop`), but we can't do that for `Duration`s currently, as the `fmt::Debug` impl for `std::time::Duration` simply ignores alignment specifiers (see rust-lang/rust#88059). We could write our own custom formatter for durations, I guess...
- Loading branch information