mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Derive Debug for more font-related types
This commit is contained in:
parent
7197e7f311
commit
3c5a3ca4ff
3 changed files with 9 additions and 4 deletions
|
@ -6115,7 +6115,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