Skip to content

rustdoc: Allow inlining of reexported crates and crate items #46296

Closed
@panicbit

Description

#[doc(inline)]
pub extern crate foo;

Could show foo as if it was a module.

extern crate foo;
#[doc(inline)]
pub use foo::*;

Could inline the reexported items as if foo was a module.

Metadata

Assignees

No one assigned

    Labels

    C-feature-requestCategory: A feature request, i.e: not implemented / a PR.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