mirror of
https://gitee.com/openharmony/third_party_rust_serde
synced 2025-02-18 15:01:20 +00:00
Ignore map_err_ignore Clippy pedantic lint
This commit is contained in:
parent
b539cb45d7
commit
be7d0e7eb2
@ -118,6 +118,7 @@
|
||||
zero_prefixed_literal,
|
||||
// correctly used
|
||||
enum_glob_use,
|
||||
map_err_ignore,
|
||||
wildcard_imports,
|
||||
// not practical
|
||||
needless_pass_by_value,
|
||||
|
@ -38,6 +38,7 @@
|
||||
clippy::filter_map,
|
||||
clippy::indexing_slicing,
|
||||
clippy::items_after_statements,
|
||||
clippy::map_err_ignore,
|
||||
clippy::match_same_arms,
|
||||
clippy::module_name_repetitions,
|
||||
clippy::must_use_candidate,
|
||||
|
Loading…
x
Reference in New Issue
Block a user