rust/clippy_lints
Wilfred Hughes 58fe45102d 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.
2023-10-27 10:22:41 -07:00
..
2023-10-27 10:22:41 -07:00

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