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 text was updated successfully, but these errors were encountered:
TimDiekmann
changed the title
Rustdoc does not show reexported members when using #[doc(inline)] on workspace crate
Rustdoc does not show reexported members when using #[doc(inline)] on other crate
Feb 24, 2019
Expected behavior:
Both, module and trait, are shown:
Observed behavior:
Only module is shown:
Reproduction:
Notes
#[doc(inline)]
it's shown, however it's reexported as crate and is not compatible withcargo doc --no-deps
CC #24305
The text was updated successfully, but these errors were encountered: