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
Rustdoc has --document-private-items and --document-hidden-items. It would be nice to have an option to document non-exported macros, which is currently not possible as far as I can tell.
Rustdoc has
--document-private-itemsand--document-hidden-items. It would be nice to have an option to document non-exported macros, which is currently not possible as far as I can tell.