mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-24 13:28:00 +00:00
Format with rustfmt 0.8.2
This commit is contained in:
@@ -169,8 +169,12 @@
|
||||
#![cfg_attr(
|
||||
feature = "cargo-clippy",
|
||||
allow(
|
||||
empty_line_after_outer_attr, missing_docs_in_private_items, redundant_field_names, stutter,
|
||||
use_debug, use_self
|
||||
empty_line_after_outer_attr,
|
||||
missing_docs_in_private_items,
|
||||
redundant_field_names,
|
||||
stutter,
|
||||
use_debug,
|
||||
use_self
|
||||
)
|
||||
)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user