Skip to content

Commit 601223f

Browse files
committed
Use Library::default
1 parent e22313c commit 601223f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/src/sandbox.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl Sandbox {
9191
let fonts = fonts();
9292

9393
Self {
94-
library: Prehashed::new(Library::builder().build()),
94+
library: Prehashed::new(Library::default()),
9595
book: Prehashed::new(FontBook::from_fonts(&fonts)),
9696
fonts,
9797

0 commit comments

Comments
 (0)