Closed
Description
Clippy has an --explain
command to display the lint documentation in the console. Ideally, we'd like to expand the command to include the configurations, which effect the lint emission. This is already done for Clippy's lint list.
Here is an example for such a lint: borrow_as_ptr
This implementation could take inspiration from how we collect the metadata for our lint list:
CC: #9880