Skip to content

Commit 202659a

Browse files
committed
fix failing tidy check
1 parent 4770446 commit 202659a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rustdoc-ui/no-run-flag.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/// ```should_panic
1212
/// panic!()
1313
/// ```
14-
/// ```ignore
14+
/// ```ignore (incomplete-code)
1515
/// fn foo() {
1616
/// ```
1717
/// ```no_run

0 commit comments

Comments
 (0)