Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6ef465b

Browse files
committedMar 14, 2025
Add clarification about doctests
1 parent f981a0a commit 6ef465b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ci/citool/src/merge_report.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ fn report_test_diffs(diff: AggregatedTestDiffs) {
297297

298298
if doctest_count > 0 {
299299
println!(
300-
"\nAdditionally, {doctest_count} doctest {} were found.",
300+
"\nAdditionally, {doctest_count} doctest {} were found. These are ignored, as they are noisy.",
301301
pluralize("diff", doctest_count)
302302
);
303303
}

0 commit comments

Comments
 (0)
Failed to load comments.