summaryrefslogtreecommitdiff
path: root/crates/typst-cli/src/watch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-cli/src/watch.rs')
-rw-r--r--crates/typst-cli/src/watch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-cli/src/watch.rs b/crates/typst-cli/src/watch.rs
index 138f473a..aea3ca48 100644
--- a/crates/typst-cli/src/watch.rs
+++ b/crates/typst-cli/src/watch.rs
@@ -3,11 +3,11 @@ use std::io::{self, IsTerminal, Write};
use std::path::{Path, PathBuf};
use codespan_reporting::term::{self, termcolor};
+use ecow::eco_format;
use notify::{RecommendedWatcher, RecursiveMode, Watcher};
use same_file::is_same_file;
use termcolor::WriteColor;
use typst::diag::StrResult;
-use typst::eval::eco_format;
use crate::args::CompileCommand;
use crate::color_stream;