You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chapter on comments discusses two types of comments: // comments and /// doc comments. The section on testing mentions a third type: //! module doc comments. Should src/doc/trpl/comments.md be updated to include //!, or have I misunderstood something?
I'd be happy to help update the docs, but I thought I should make sure I know what's going on before I start telling everyone else :)