Derive Debug for more font-related types

This commit is contained in:
Olaf Buddenhagen 2015-12-25 22:30:08 +01:00
parent 7197e7f311
commit 3c5a3ca4ff
3 changed files with 9 additions and 4 deletions

View file

@ -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