Closed
Description
We have a few lints with configuration values, like borrow_as_ptr. We want to increase the visibility of these config values, to encourage the use of them.
As part of this, we'd like a chapter about configuring lints and having a list of available configurations with links to Clippy's lint list.
Tasks:
- Write how a user can add configurations: See Current docs
- Generate list of configurations. This can be done in Clippy's metadata collector. https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/utils/internal_lints/metadata_collector.rs
- Include the generated list in the book
- Be happy!
I'm open to mentoring this issue :)
CC: #9880