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
Functions which are public in their module, but inside a private module, are not exposed in the API docs. In fact they do not get a warning with warn(missing_docs). They still get a warning with warn(clippy::missing_safety_doc).