derive Debug on PlatformFallback

This commit is contained in:
tigregalis 2025-03-03 16:29:11 +08:00 committed by Jeremy Soller
parent b32c831f1b
commit 9a4d80d116
4 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,7 @@ use unicode_script::Script;
use super::Fallback;
/// A platform-specific font fallback list, for Windows.
#[derive(Debug)]
pub struct PlatformFallback;
impl Fallback for PlatformFallback {