Add a lint pass to warn when things are exported but not documented #2953
Labels
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-resolve
Area: Name resolution
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
This would help encourage us to have complete API docs.
@pcwalton says it might be good to wait until we have per-item exports, because export currently exports a lot of things due to having four namespaces. See #1893.
The text was updated successfully, but these errors were encountered: