Format with rustfmt 2019-10-07

This commit is contained in:
David Tolnay
2019-11-26 00:01:46 -08:00
parent 13d0899776
commit d540e72fc7
2 changed files with 20 additions and 8 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ use serde::Serialize;
#[derive(Serialize)]
enum SerEnum<'a, B: 'a, C: 'a, D>
where
D: 'a,
where
D: 'a,
{
Unit,
Seq(i8, B, &'a C, &'a mut D),