-
Notifications
You must be signed in to change notification settings - Fork 360
Open
Labels
docsIssues relating primarily to documentation or API visibility.Issues relating primarily to documentation or API visibility.tracking-issueIssue to track multiple changes or collect information.Issue to track multiple changes or collect information.
Description
The library liberally uses #[doc(hidden)] to "hide" APIs that it wants to be internal. This poses a slight challenge to maintenance, since changing those is technically a public breaking change. Although this may be necessary or desired in some cases, I believe that most instance should be altered to no longer be publicly visible.
Once finished, remove this line from the crate documentation.
Metadata
Metadata
Assignees
Labels
docsIssues relating primarily to documentation or API visibility.Issues relating primarily to documentation or API visibility.tracking-issueIssue to track multiple changes or collect information.Issue to track multiple changes or collect information.