File tree 1 file changed +8
-8
lines changed
tests/coverage-run-rustdoc
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -58,21 +58,21 @@ $DIR/doctest.rs:
58
58
LL| |//!
59
59
LL| |//! doctest with custom main:
60
60
LL| |//! ```
61
- LL| 1 |//! fn some_func() {
62
- LL| 1 |//! println!("called some_func()");
63
- LL| 1 |//! }
64
- LL| |//!
65
- LL| |//! #[derive(Debug)]
66
- LL| |//! struct SomeError;
61
+ LL| |//! fn some_func() {
62
+ LL| |//! println!("called some_func()");
63
+ LL| |//! }
64
+ LL| 1 |//!
65
+ LL| 1 |//! #[derive(Debug)]
66
+ LL| 1 |//! struct SomeError;
67
67
LL| |//!
68
68
LL| |//! extern crate doctest_crate;
69
69
LL| |//!
70
- LL| 1 |//! fn doctest_main() -> Result<(), SomeError> {
70
+ LL| |//! fn doctest_main() -> Result<(), SomeError> {
71
71
LL| 1|//! some_func();
72
72
LL| 1|//! doctest_crate::fn_run_in_doctests(2);
73
73
LL| 1|//! Ok(())
74
74
LL| 1|//! }
75
- LL| |//!
75
+ LL| 1 |//!
76
76
LL| |//! // this `main` is not shown as covered, as it clashes with all the other
77
77
LL| |//! // `main` functions that were automatically generated for doctests
78
78
LL| |//! fn main() -> Result<(), SomeError> {
You can’t perform that action at this time.
0 commit comments