diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-05-29 14:06:53 +1000 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-05-29 14:34:11 +1000 |
| commit | 448d63e9469c293c3855867d29cbff210691db92 (patch) | |
| tree | 303ec93e0c1d78572190bd9549bc0d4a626c7eea /tests/coverage/partial_eq.coverage | |
| parent | da159eb331b27df528185c616b394bb0e1d2a4bd (diff) | |
| download | rust-448d63e9469c293c3855867d29cbff210691db92.tar.gz rust-448d63e9469c293c3855867d29cbff210691db92.zip | |
Tweak various coverage test files for slightly nicer formatting
For coverage tests, splitting code across multiple lines often makes the resulting coverage report easier to interpret, so we force rustfmt to retain line breaks by adding dummy line comments with `//`.
Diffstat (limited to 'tests/coverage/partial_eq.coverage')
| -rw-r--r-- | tests/coverage/partial_eq.coverage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/coverage/partial_eq.coverage b/tests/coverage/partial_eq.coverage index 9de1c933570..c6f9d5bf6a6 100644 --- a/tests/coverage/partial_eq.coverage +++ b/tests/coverage/partial_eq.coverage @@ -26,7 +26,7 @@ LL| 1| "{:?} < {:?} = {}", LL| 1| version_3_2_1, LL| 1| version_3_3_0, - LL| 1| version_3_2_1 < version_3_3_0 + LL| 1| version_3_2_1 < version_3_3_0, // LL| 1| ); LL| 1|} LL| | |
