From 6f7882539b2706390bff6b237c7275398aacc10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 29 Jan 2019 02:54:24 +0100 Subject: [PATCH] No bug - rustfmt recent changes. --- servo/components/style/lib.rs | 4 ++-- servo/components/style/values/computed/box.rs | 24 +++++++++++++++++-- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/servo/components/style/lib.rs b/servo/components/style/lib.rs index 4976c787a688..2ea20088ed03 100644 --- a/servo/components/style/lib.rs +++ b/servo/components/style/lib.rs @@ -37,9 +37,9 @@ extern crate crossbeam_channel; #[macro_use] extern crate cssparser; #[macro_use] -extern crate derive_more; -#[macro_use] extern crate debug_unreachable; +#[macro_use] +extern crate derive_more; extern crate euclid; extern crate fallible; extern crate fxhash; diff --git a/servo/components/style/values/computed/box.rs b/servo/components/style/values/computed/box.rs index 3ce2e611a540..46d3f93854e7 100644 --- a/servo/components/style/values/computed/box.rs +++ b/servo/components/style/values/computed/box.rs @@ -38,7 +38,17 @@ pub type Perspective = GenericPerspective; #[allow(missing_docs)] #[cfg_attr(feature = "servo", derive(Deserialize, Serialize))] #[derive( - Clone, Copy, Debug, Eq, FromPrimitive, Hash, MallocSizeOf, Parse, PartialEq, SpecifiedValueInfo, ToCss, + Clone, + Copy, + Debug, + Eq, + FromPrimitive, + Hash, + MallocSizeOf, + Parse, + PartialEq, + SpecifiedValueInfo, + ToCss, )] #[repr(u8)] /// A computed value for the `float` property. @@ -97,7 +107,17 @@ impl ToComputedValue for SpecifiedFloat { #[allow(missing_docs)] #[cfg_attr(feature = "servo", derive(Deserialize, Serialize))] #[derive( - Clone, Copy, Debug, Eq, FromPrimitive, Hash, MallocSizeOf, Parse, PartialEq, SpecifiedValueInfo, ToCss, + Clone, + Copy, + Debug, + Eq, + FromPrimitive, + Hash, + MallocSizeOf, + Parse, + PartialEq, + SpecifiedValueInfo, + ToCss, )] /// A computed value for the `clear` property. pub enum Clear {