Skip to content

Commit 6ef465b

Browse files
committed
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)