File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11+-------------------------------------+------------+------------+------------+------------+
22| File | Documented | Percentage | Examples | Percentage |
33+-------------------------------------+------------+------------+------------+------------+
4- | ...tdoc-ui/coverage/doc-examples.rs | 4 | 100.0% | 2 | 50 .0% |
4+ | ...tdoc-ui/coverage/doc-examples.rs | 4 | 100.0% | 1 | 25 .0% |
55+-------------------------------------+------------+------------+------------+------------+
6- | Total | 4 | 100.0% | 2 | 50 .0% |
6+ | Total | 4 | 100.0% | 1 | 25 .0% |
77+-------------------------------------+------------+------------+------------+------------+
Original file line number Diff line number Diff line change 1+ // check-pass
2+
3+ #![ deny( private_doc_tests) ]
4+
5+ mod foo {
6+ /// private doc test
7+ ///
8+ /// ```ignore (used for testing ignored doc tests)
9+ /// assert!(false);
10+ /// ```
11+ fn bar ( ) { }
12+ }
You can’t perform that action at this time.
0 commit comments