not a doc comment test (notice the two forward slashes compared to for the rest of the tests)
| 31 | // not a doc comment test |
| 32 | // (notice the two forward slashes compared to for the rest of the tests) |
| 33 | struct NotACommentTest { |
| 34 | // not a doc comment |
| 35 | name: String, |
| 36 | } |
nothing calls this directly
no outgoing calls
no test coverage detected