diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-11-19 16:34:38 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-11-19 16:34:38 +0100 |
| commit | 2da619e17cb48efd468818ea35793b3f90b8aaea (patch) | |
| tree | e38012152337099a334c00247f2b27e406c9427f /crates/typst-library/src/layout/terms.rs | |
| parent | ea987ef4a3cb1e16b73e9d97f4a736f3a611b275 (diff) | |
Streamline imports
Diffstat (limited to 'crates/typst-library/src/layout/terms.rs')
| -rw-r--r-- | crates/typst-library/src/layout/terms.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/typst-library/src/layout/terms.rs b/crates/typst-library/src/layout/terms.rs index d4262118..d373768d 100644 --- a/crates/typst-library/src/layout/terms.rs +++ b/crates/typst-library/src/layout/terms.rs @@ -1,5 +1,4 @@ -use super::{HElem, VElem}; -use crate::layout::{BlockElem, ParElem, Spacing}; +use crate::layout::{BlockElem, HElem, ParElem, Spacing, VElem}; use crate::prelude::*; /// A list of terms and their descriptions. |
