MCPcopy Create free account
hub / github.com/Wulf/tsync / NotACommentTest

Class NotACommentTest

test/doc_comments/rust.rs:33–36  ·  view source on GitHub ↗

not a doc comment test (notice the two forward slashes compared to for the rest of the tests)

Source from the content-addressed store, hash-verified

31// not a doc comment test
32// (notice the two forward slashes compared to for the rest of the tests)
33struct NotACommentTest {
34 // not a doc comment
35 name: String,
36}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected