mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Avoid entraining various Debug impls in release builds.
MozReview-Commit-ID: Lp9i9EI5qdU
This commit is contained in:
parent
6ca651c0c8
commit
f858ce91e8
9 changed files with 35 additions and 49 deletions
|
@ -482,7 +482,7 @@ impl SingleFontFamily {
|
|||
name: (&*family.mName).into(),
|
||||
syntax: FamilyNameSyntax::Quoted,
|
||||
}),
|
||||
x => panic!("Found unexpected font FontFamilyType: {:?}", x),
|
||||
_ => panic!("Found unexpected font FontFamilyType"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue