rust/clippy_lints
Samuel Tardieu ebc2a68fe8
Add new useless_concat lint (#13829)
Fixes #13793.

Interestingly enough, to actually check that the macro call has at least
two arguments, we need to use the rust lexer after getting the original
source code snippet.

changelog: Add new `useless_concat` lint
2025-05-19 15:11:37 +00:00
..
src Add new useless_concat lint (#13829) 2025-05-19 15:11:37 +00:00
Cargo.toml clippy_dev: remove the need for markers when bumping the version 2025-05-17 04:27:39 -04:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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