Format with rustfmt 2019-03-27

This commit is contained in:
David Tolnay
2019-04-03 09:34:53 -07:00
parent 465392b618
commit 82bde8d166
5 changed files with 35 additions and 15 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ mod fake_serde {
where
T: Serialize,
T: for<'a> Deserialize<'a>,
{}
{
}
pub trait Serialize {
fn serialize<S: Serializer>(&self, serializer: S) -> Result<S::Ok, S::Error>;