diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-05-13 17:25:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-13 15:25:43 +0000 |
| commit | 95cd6adf24cb14ede8896fbb0c610432960f4f3a (patch) | |
| tree | bade59888a5268987eb4fae2dc30ddeaf28ad193 /crates/typst-ide/src/tooltip.rs | |
| parent | 7b656b3deb5f05e6e56d666622643a5cde8c435a (diff) | |
Factor out `typst-utils` crate (#4125)
Diffstat (limited to 'crates/typst-ide/src/tooltip.rs')
| -rw-r--r-- | crates/typst-ide/src/tooltip.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-ide/src/tooltip.rs b/crates/typst-ide/src/tooltip.rs index 3416e5f8..3ecc4d8f 100644 --- a/crates/typst-ide/src/tooltip.rs +++ b/crates/typst-ide/src/tooltip.rs @@ -7,7 +7,7 @@ use typst::foundations::{repr, Capturer, CastInfo, Repr, Value}; use typst::layout::Length; use typst::model::Document; use typst::syntax::{ast, LinkedNode, Side, Source, SyntaxKind}; -use typst::util::{round_2, Numeric}; +use typst::utils::{round_2, Numeric}; use typst::World; use crate::analyze::{analyze_expr, analyze_labels}; |
