Skip to content

Commit 1ba1790

Browse files
committed
[nextest-runner] remove bold from test-list module_path style
Cyan and blue look quite similar to each other sometimes, so bold can be used to distinguish between the module path and the test name.
1 parent 5d78804 commit 1ba1790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextest-runner/src/test_list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ impl Styles {
551551
self.binary_id = Style::new().magenta().bold();
552552
self.test_name = Style::new().blue().bold();
553553
self.field = Style::new().yellow().bold();
554-
self.module_path = Style::new().cyan().bold();
554+
self.module_path = Style::new().cyan();
555555
}
556556
}
557557

0 commit comments

Comments
 (0)