lint mode for missing docs #6275
Labels
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
I would like to see a lint mode that could warn on missing documentations, hopefully by type. Something like
-Wdoc-trait
or-Wdoc-struct
to warn on missing docs on traits or structs, etc.The text was updated successfully, but these errors were encountered: