aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-01-09 12:54:38 +0000
committerAleksey Kladov <[email protected]>2021-01-09 12:54:38 +0000
commit62b17bac92595d384aaeb0a0fdc5c03269a0dbac (patch)
treeb6a1aa5d77339a1a95aa0d4073f695dd591e28e7 /crates/ide/src/syntax_highlighting.rs
parentd4fb7476efc8bf956c56ba2b0e946f48f38a6efc (diff)
Simplify
Diffstat (limited to 'crates/ide/src/syntax_highlighting.rs')
-rw-r--r--crates/ide/src/syntax_highlighting.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/syntax_highlighting.rs b/crates/ide/src/syntax_highlighting.rs
index 3ba91b3f5..ad456bc00 100644
--- a/crates/ide/src/syntax_highlighting.rs
+++ b/crates/ide/src/syntax_highlighting.rs
@@ -33,7 +33,7 @@ use crate::{
33 33
34pub(crate) use html::highlight_as_html; 34pub(crate) use html::highlight_as_html;
35 35
36#[derive(Debug, Clone)] 36#[derive(Debug, Clone, Copy)]
37pub struct HlRange { 37pub struct HlRange {
38 pub range: TextRange, 38 pub range: TextRange,
39 pub highlight: Highlight, 39 pub highlight: Highlight,