Skip to content

In some cases, types reexported out of private modules do not show up in rustdoc #24296

Closed
@carllerche

Description

@carllerche

In the Bytes lib I re-export some structs out of private modules, but for some reason they don't show up in the generated docs.

Reexport: https://github.com/carllerche/bytes/blob/40f1d1aa77f0fce11da943b67b408e29f05eb893/src/lib.rs#L25

Docs (though kind of sad): https://github.com/carllerche/bytes/blob/master/src/str/bytes.rs#L8

Rustdoc: http://carllerche.github.io/bytes/bytes/index.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions