mirror of
https://github.com/serde-rs/json.git
synced 2025-09-30 22:41:51 +00:00
Ignore redundant_else pedantic clippy lint
This commit is contained in:
parent
6a4cd8d218
commit
5a815a52bb
@ -339,6 +339,7 @@
|
||||
// things are often more readable this way
|
||||
clippy::cast_lossless,
|
||||
clippy::module_name_repetitions,
|
||||
clippy::redundant_else,
|
||||
clippy::shadow_unrelated,
|
||||
clippy::single_match_else,
|
||||
clippy::too_many_lines,
|
||||
|
Loading…
x
Reference in New Issue
Block a user