Fix tests

This commit is contained in:
Jeremy Soller 2024-01-17 13:30:52 -07:00
parent a11f68f13d
commit 8457e68d98
2 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,8 @@ pub(crate) mod fallback;
use core::fmt;
use alloc::sync::Arc;
#[cfg(not(feature = "std"))]
use alloc::vec::Vec;
use rustybuzz::Face as RustybuzzFace;
use self_cell::self_cell;