mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Make style build without impl<T: HeapSizeOf> HeapSizeOf for Arc<T>
.
The removal of this impl is not included in this commit. CC https://github.com/servo/heapsize/issues/37#issuecomment-249861171
This commit is contained in:
parent
f90b288547
commit
29c72d15a9
12 changed files with 13 additions and 15 deletions
|
@ -1378,7 +1378,7 @@ pub use gecko_properties::ComputedValues;
|
|||
pub type ServoComputedValues = ComputedValues;
|
||||
|
||||
#[cfg(feature = "servo")]
|
||||
#[cfg_attr(feature = "servo", derive(Clone, Debug, HeapSizeOf))]
|
||||
#[cfg_attr(feature = "servo", derive(Clone, Debug))]
|
||||
pub struct ComputedValues {
|
||||
% for style_struct in data.active_style_structs():
|
||||
${style_struct.ident}: Arc<style_structs::${style_struct.name}>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue