File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
+-------------------------------------+------------+------------+------------+------------+
2
2
| File | Documented | Percentage | Examples | Percentage |
3
3
+-------------------------------------+------------+------------+------------+------------+
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% |
5
5
+-------------------------------------+------------+------------+------------+------------+
6
- | Total | 4 | 100.0% | 2 | 50 .0% |
6
+ | Total | 4 | 100.0% | 1 | 25 .0% |
7
7
+-------------------------------------+------------+------------+------------+------------+
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