mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
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:
parent
b74f52d6df
commit
480d2267e6
2 changed files with 3 additions and 19 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue