Format with rustfmt 2019-02-14

This commit is contained in:
David Tolnay
2019-02-28 16:40:54 -08:00
parent 97920be33a
commit 650b723da3
+1 -1
View File
@@ -827,7 +827,7 @@ where
#[cfg(core_reverse)] #[cfg(core_reverse)]
impl<T> Serialize for Reverse<T> impl<T> Serialize for Reverse<T>
where where
T: Serialize, T: Serialize,
{ {
#[inline] #[inline]