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-cli | |
| parent | ea987ef4a3cb1e16b73e9d97f4a736f3a611b275 (diff) | |
Streamline imports
Diffstat (limited to 'crates/typst-cli')
| -rw-r--r-- | crates/typst-cli/src/package.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-cli/src/package.rs b/crates/typst-cli/src/package.rs index 51a8e4bc..247a045d 100644 --- a/crates/typst-cli/src/package.rs +++ b/crates/typst-cli/src/package.rs @@ -8,7 +8,7 @@ use termcolor::WriteColor; use typst::diag::{PackageError, PackageResult}; use typst::syntax::PackageSpec; -use super::color_stream; +use crate::color_stream; use crate::download::download_with_progress; /// Make a package available in the on-disk cache. |
