Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a lint pass to warn when things are exported but not documented #2953

Closed
eholk opened this issue Jul 18, 2012 · 2 comments
Closed

Add a lint pass to warn when things are exported but not documented #2953

eholk opened this issue Jul 18, 2012 · 2 comments
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.

Comments

@eholk
Copy link
Contributor

eholk commented Jul 18, 2012

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.

@nikomatsakis
Copy link
Contributor

I am removing this from the milestones because it seems like a "nice to have" but not critical for any particular use case.

@sanxiyn
Copy link
Member

sanxiyn commented Jun 24, 2013

This is a duplicate of #6275 and done.

@sanxiyn sanxiyn closed this as completed Jun 24, 2013
RalfJung pushed a commit to RalfJung/rust that referenced this issue Jul 8, 2023
sadly 'gh' doesnt support all git upstream branch configs
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Updates the Rust toolchain to `nightly-2023-12-18`.

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants