summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/text/linebreak.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-library/src/text/linebreak.rs')
-rw-r--r--crates/typst-library/src/text/linebreak.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/text/linebreak.rs b/crates/typst-library/src/text/linebreak.rs
index 3992d54d..5602d9cc 100644
--- a/crates/typst-library/src/text/linebreak.rs
+++ b/crates/typst-library/src/text/linebreak.rs
@@ -7,8 +7,8 @@ use once_cell::sync::Lazy;
use typst::doc::Lang;
use typst::syntax::link_prefix;
-use super::TextElem;
use crate::layout::Preparation;
+use crate::text::TextElem;
/// Generated by the following command:
///