rust/clippy_lints
koka fae19a9a79
Place default values near its definitions
This patch not only improves visibility, but also fixes a potential bug.
When a lint description ends with code block, the string will have three
backquotes at the end.
Since the current implementation prints the default value immediately
after that, the markdown renderer is unable to properly close the code
block.
2022-12-26 01:51:46 +09:00
..
src Place default values near its definitions 2022-12-26 01:51:46 +09:00
Cargo.toml Bump Clippy version -> 0.1.68 2022-12-17 13:57:41 +01:00
README.md

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