Skip to content

question idea: rustdoc re-export: #43

@aDotInTheVoid

Description

@aDotInTheVoid
//! A link to [`Bar`].

mod foo {
    pub struct Bar;
}

pub use foo::*;
/// The docs
pub use foo::Bar;

does the intra-doc-link have the docs?

answer: it depends if you have --document-private-items

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions