diff options
| author | T0mstone <39707032+T0mstone@users.noreply.github.com> | 2023-10-02 20:28:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-02 20:28:19 +0200 |
| commit | cf9bde3245817e068c8253070e7a94dcc05369fb (patch) | |
| tree | ec6bcd27a9e38d307015f9c3d5a94acc4379a468 /crates/typst-cli/src/main.rs | |
| parent | 34ebbaeb1082b82b4f38d0b8da9a07675127ed79 (diff) | |
Add capability to get current compiler version (#2016)
Diffstat (limited to 'crates/typst-cli/src/main.rs')
| -rw-r--r-- | crates/typst-cli/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/typst-cli/src/main.rs b/crates/typst-cli/src/main.rs index c5cfd514..bab1a07b 100644 --- a/crates/typst-cli/src/main.rs +++ b/crates/typst-cli/src/main.rs @@ -11,7 +11,6 @@ mod watch; mod world; use std::cell::Cell; -use std::env; use std::io::{self, IsTerminal, Write}; use std::process::ExitCode; |
