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

rustdoc: description of submodules are displayed twice #11712

Closed
omasanori opened this issue Jan 22, 2014 · 0 comments
Closed

rustdoc: description of submodules are displayed twice #11712

omasanori opened this issue Jan 22, 2014 · 0 comments

Comments

@omasanori
Copy link
Contributor

In the document of std::io, description of submodules are repeated twice. Also, in the submodules' doc (e.g. std::io::fs' one), the description written in libstd/io/mod.rs is repeated twice, and then the description written in the submodule follows them.

I think the repetition is obviously a bug. However, I'm unsure whether it is also a bug to insert parent's description into children even though children has its own description or not.

@bors bors closed this as completed in 4a5d390 May 7, 2014
flip1995 pushed a commit to flip1995/rust that referenced this issue Nov 2, 2023
Remove the `internal_warn` lint category

`LINT_AUTHOR` and `DUMP_HIR` can be removed since their corresponding lint passes are only used for side effects

The metadata collector lint can be made an `internal` lint since `clippy::internal` is set to deny when running the collector

Also renames some internal lints/passes

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant