fe3e6827c3
Add . to end of lint lists in configuration + Fix typo in pub_underscore_fields_behavior Fixes https://github.com/rust-lang/rust-clippy/pull/10283#issuecomment-1890600381 In the "/// Lint: " list on each configuration option, you have to end with a dot. If the lint list doesn't have a dot, the configuration won't have documentation. This PR adds those missing dots in some of the configuration, thus also adding their documentation. changelog: Fix bug where a lot of config documentation wasn't showing. changelog: Fix typo in `pub_underscore_fields_behavior` (`PublicallyExported` -> `PubliclyExported`) |
||
---|---|---|
.. | ||
src | ||
book.toml | ||
README.md |