Rename dummy -> none

This commit is contained in:
Aleksey Kladov 2021-01-09 14:41:31 +03:00
parent 625ec9e1ae
commit 6fb52af521
4 changed files with 16 additions and 16 deletions

View file

@ -20,7 +20,7 @@ impl Highlights {
Highlights {
root: Node::new(HighlightedRange {
range,
highlight: HighlightTag::Dummy.into(),
highlight: HighlightTag::None.into(),
binding_hash: None,
}),
}