mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Auto merge of #9070 - antrik:debug-fonts, r=nox
Derive Debug for more font-related types Needs to pull in newer ipc-channel and azure. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9070) <!-- Reviewable:end -->
This commit is contained in:
commit
ebf4ce8288
6 changed files with 17 additions and 12 deletions
|
@ -6141,7 +6141,7 @@ pub mod style_structs {
|
|||
|
||||
% for style_struct in STYLE_STRUCTS:
|
||||
% if style_struct.name == "Font":
|
||||
#[derive(Clone, HeapSizeOf)]
|
||||
#[derive(Clone, HeapSizeOf, Debug)]
|
||||
% else:
|
||||
#[derive(PartialEq, Clone, HeapSizeOf)]
|
||||
% endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue