Skip to content

Commit

Permalink
fix: recover from unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Nov 20, 2023
1 parent 323e09e commit d988aad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/src/service/export.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::ShadowApi;
use typst::{diag::SourceResult, World};
use typst_ts_core::{
exporter_builtins::GroupExporter, typst::prelude::*, DynExporter, DynGenericExporter,
DynPolymorphicExporter, GenericExporter, TakeAs, TypstDocument, TypstFileId,
DynPolymorphicExporter, GenericExporter, TakeAs, TypstDocument,
};

use super::{
Expand Down Expand Up @@ -275,6 +275,7 @@ impl<C: Compiler + ShadowApi> WorldExporter for DynamicLayoutCompiler<C> {
diag::At,
syntax::{PackageSpec, Span, VirtualPath},
};
use typst_ts_core::TypstFileId;

use typst_ts_svg_exporter::{flat_ir::serialize_doc, DynamicLayoutSvgExporter};

Expand Down

0 comments on commit d988aad

Please sign in to comment.