Format with rustfmt 0.8.2

This commit is contained in:
David Tolnay
2018-07-08 19:02:44 -07:00
parent 4cddcbe194
commit 4e54aaf796
9 changed files with 99 additions and 21 deletions
+6 -1
View File
@@ -9,7 +9,12 @@
#![doc(html_root_url = "https://docs.rs/serde_derive_internals/0.23.1")]
#![cfg_attr(
feature = "cargo-clippy",
allow(cyclomatic_complexity, doc_markdown, match_same_arms, redundant_field_names)
allow(
cyclomatic_complexity,
doc_markdown,
match_same_arms,
redundant_field_names
)
)]
#[macro_use]