rust/library/test
Nicholas Nethercote b72a7fbcdc Improve terse test output.
The current terse output gives 112 chars per line, which causes
wraparound for people using 100 char wide terminals, which is very
common.

This commit changes it to be exactly 100 wide, which makes the output
look much nicer.
2022-04-06 11:21:14 +10:00
..
src Improve terse test output. 2022-04-06 11:21:14 +10:00
Cargo.toml Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00