summaryrefslogtreecommitdiff
path: root/crates/typst-cli
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-02-18 14:28:00 +0100
committerGitHub <noreply@github.com>2024-02-18 13:28:00 +0000
commit0fb2a674841882bac80ea44e7aae1684a4289f6a (patch)
tree365622b7d6bc16ab2168b312f6277db21a971f7d /crates/typst-cli
parent394864fd4a5069dba0b996e0e0630855b034b86e (diff)
Introduce `SyntaxSet` (#3450)
Diffstat (limited to 'crates/typst-cli')
-rw-r--r--crates/typst-cli/src/download.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-cli/src/download.rs b/crates/typst-cli/src/download.rs
index bdf2aa46..67411812 100644
--- a/crates/typst-cli/src/download.rs
+++ b/crates/typst-cli/src/download.rs
@@ -1,5 +1,5 @@
// Acknowledgement:
-// Closely modelled after rustup's [`DownloadTracker`].
+// Closely modelled after rustup's `DownloadTracker`.
// https://github.com/rust-lang/rustup/blob/master/src/cli/download_tracker.rs
use std::collections::VecDeque;