Files
rust/clippy_lints
Samuel Tardieu a55845cd61 Fix println_empty_string suggestion caused error (#16201)
Closes: rust-lang/rust-clippy#16167
changelog: [`println_empty_string`]: fix suggestion caused error when
there is a comma after arg.

Closes: rust-lang/rust-clippy#16251
changelog: [`writeln_empty_string`]: fix suggestion caused error when
there is a comma in the comment before arg.
2025-12-19 18:00:53 +00:00
..
2025-12-11 18:48:15 +01:00

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