rust/clippy_lints
y21 f74ec6b1b8 new lint: missing_field_in_debug
move some strings into consts, more tests

s/missing_field_in_debug/missing_fields_in_debug

dont trigger in macro expansions

make dogfood tests happy

minor cleanups

replace HashSet with FxHashSet

replace match_def_path with match_type

if_chain -> let chains, fix markdown, allow newtype pattern

fmt

consider string literal in `.field()` calls as used

don't intern defined symbol, remove mentions of 'debug_tuple'

special-case PD, account for field access through `Deref`
2023-05-31 23:52:02 +02:00
..
src new lint: missing_field_in_debug 2023-05-31 23:52:02 +02:00
Cargo.toml deps: drop serde feature from url 2023-05-25 13:03:17 +03:00
README.md

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