summaryrefslogtreecommitdiff
path: root/crates/typst-syntax/src/highlight.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-syntax/src/highlight.rs')
-rw-r--r--crates/typst-syntax/src/highlight.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/typst-syntax/src/highlight.rs b/crates/typst-syntax/src/highlight.rs
index cdf6a13d..99fbf4fe 100644
--- a/crates/typst-syntax/src/highlight.rs
+++ b/crates/typst-syntax/src/highlight.rs
@@ -404,9 +404,8 @@ fn highlight_html_impl(html: &mut String, node: &LinkedNode) {
#[cfg(test)]
mod tests {
- use std::ops::Range;
-
use super::*;
+ use std::ops::Range;
#[test]
fn test_highlighting() {