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
There are some functions that need to be public but somewhat hidden because they should only be used by the derive macro. These currently just live in lib.rs. This is unfortunate because they clutter the documentation. I don't think we should hide them altogether, but we could group them in a module that's clearly documented as being "private".
The text was updated successfully, but these errors were encountered:
There are some functions that need to be public but somewhat hidden because they should only be used by the derive macro. These currently just live in
lib.rs
. This is unfortunate because they clutter the documentation. I don't think we should hide them altogether, but we could group them in a module that's clearly documented as being "private".The text was updated successfully, but these errors were encountered: