From e71674f6b3db0768c3e9d6e0271628377f8c82d8 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 9 Jul 2025 11:28:26 +0200 Subject: Construct library via extension trait instead of default & inherent impl (#6576) --- tests/src/world.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/src/world.rs') diff --git a/tests/src/world.rs b/tests/src/world.rs index 9b16d612..4b6cf5a3 100644 --- a/tests/src/world.rs +++ b/tests/src/world.rs @@ -19,7 +19,7 @@ use typst::syntax::{FileId, Source, Span}; use typst::text::{Font, FontBook, TextElem, TextSize}; use typst::utils::{singleton, LazyHash}; use typst::visualize::Color; -use typst::{Feature, Library, World}; +use typst::{Feature, Library, LibraryExt, World}; use typst_syntax::Lines; /// A world that provides access to the tests environment. -- cgit v1.2.3