style: Don't force ComputedValues to derive Debug.

The code that uses it is of dubious utility, fwiw, but some of it is used on
Servo, so I'll kill that separately.

Bug: 1412486
Reviewed-by: xidorn
MozReview-Commit-ID: KauvXX32zLM
This commit is contained in:
Emilio Cobos Álvarez 2017-10-30 12:00:00 +01:00
parent b74f52d6df
commit 480d2267e6
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 3 additions and 19 deletions

View file

@ -71,7 +71,6 @@ pub mod style_structs {
/// FIXME(emilio): This is completely duplicated with the other properties code.
pub type ComputedValuesInner = ::gecko_bindings::structs::ServoComputedData;
#[derive(Debug)]
#[repr(C)]
pub struct ComputedValues(::gecko_bindings::structs::mozilla::ServoStyleContext);