Format with rustfmt 2019-06-09

This commit is contained in:
David Tolnay
2019-07-17 12:27:26 -07:00
parent f249e72162
commit cf70c3fb05
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -426,4 +426,4 @@ fn check_from_and_try_from(cx: &Ctxt, cont: &mut Container) {
"#[serde(from = \"...\")] and #[serde(try_from = \"...\")] conflict with each other",
);
}
}
}