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
We should establish conventions for how to expose the implementation details of macros as parts of the public API of a crate. Currently we have two "schemes"
It would be nice to standardize on the convention here as most of these internals "we'd really rather not expose". I personally like the double-underscore-prefix-plus-#[doc(hidden)] strategy but others may feel differently!
Nominating, this may tidy up some of our apis in std.
The text was updated successfully, but these errors were encountered:
We should establish conventions for how to expose the implementation details of macros as parts of the public API of a crate. Currently we have two "schemes"
__
example#[doc(hidden)]
exampleIt would be nice to standardize on the convention here as most of these internals "we'd really rather not expose". I personally like the double-underscore-prefix-plus-
#[doc(hidden)]
strategy but others may feel differently!Nominating, this may tidy up some of our apis in std.
The text was updated successfully, but these errors were encountered: