mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 23:35:59 +00:00
Allow clippy::items_after_statements
This commit is contained in:
parent
a95d6df9d0
commit
1f0dcf791a
@ -340,6 +340,7 @@
|
|||||||
clippy::wildcard_imports,
|
clippy::wildcard_imports,
|
||||||
// things are often more readable this way
|
// things are often more readable this way
|
||||||
clippy::cast_lossless,
|
clippy::cast_lossless,
|
||||||
|
clippy::items_after_statements,
|
||||||
clippy::module_name_repetitions,
|
clippy::module_name_repetitions,
|
||||||
clippy::redundant_else,
|
clippy::redundant_else,
|
||||||
clippy::shadow_unrelated,
|
clippy::shadow_unrelated,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user