book icon indicating copy to clipboard operation
book copied to clipboard

change format of cargo compile finish time taken

Open connortsui20 opened this issue 2 years ago • 0 comments
trafficstars

Very very minor change that changes the format of cargo's compile message.

There were a couple of cargo messages formatted as 1.23 secs, which doesn't seem to be what cargo outputs nowadays. Also, there were a couple of 0.0s instead of 0.00s. Changed all of them to match what cargo actually outputs now, which is 1.23s.

Not exactly sure which version of cargo this changes in, but at least on stable windows and stable linux this is the correct format.

connortsui20 avatar Oct 20 '23 15:10 connortsui20