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
Would it be possible, maybe with an option, to have #[doc(hidden)] for ambassador implementation macros? We have quite a few and they clutter the documentation page (I assume the crate user should never know about them).
The text was updated successfully, but these errors were encountered:
I assume the crate user should never know about them
This is not necessarily true, for public delegatable traits users can also use the macros to delegate them for there own structs, for private delegatable traits the macros will also be private and so they shouldn't get documented.
Would it be possible, maybe with an option, to have
#[doc(hidden)]
for ambassador implementation macros? We have quite a few and they clutter the documentation page (I assume the crate user should never know about them).The text was updated successfully, but these errors were encountered: