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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: