summaryrefslogtreecommitdiff
path: root/library/src/math/tex.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-11-03 16:50:26 +0100
committerLaurenz <laurmaedje@gmail.com>2022-11-03 16:50:26 +0100
commit33928a00dc58250e24da1dae4e5db17e7b598d70 (patch)
tree451083aa64f57b442359875b0415541463cb1a0c /library/src/math/tex.rs
parent46921a8c283718402322d4d09c0bd1d9194278b1 (diff)
Tidy up library
Diffstat (limited to 'library/src/math/tex.rs')
-rw-r--r--library/src/math/tex.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/math/tex.rs b/library/src/math/tex.rs
index 7b40aa2b..7de68d7b 100644
--- a/library/src/math/tex.rs
+++ b/library/src/math/tex.rs
@@ -5,7 +5,7 @@ use rex::parser::color::RGBA;
use rex::render::{Backend, Cursor, Renderer};
use typst::font::Font;
-use super::*;
+use super::MathNode;
use crate::prelude::*;
use crate::text::{variant, LinebreakNode, SpaceNode, TextNode};