rust/clippy_lints
bors fa6fd8c346 Auto merge of #11726 - Wilfred:todo_docs, r=dswij
Expand docs on clippy::todo

https://doc.rust-lang.org/nightly/core/macro.todo.html describes that `todo!()` is intended for explicitly unfinished code. Explain this, and mention `unimplemented!()` as an alternative.

Whilst we're here, improve the punctuation on the other lints.

changelog: [`todo`]: expand docs
2023-10-29 09:07:51 +00:00
..
src Auto merge of #11726 - Wilfred:todo_docs, r=dswij 2023-10-29 09:07:51 +00:00
Cargo.toml Hide config implementation details from public docs 2023-10-24 11:52:17 +00:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.