mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Rename dummy -> none
This commit is contained in:
parent
625ec9e1ae
commit
6fb52af521
4 changed files with 16 additions and 16 deletions
|
@ -20,7 +20,7 @@ impl Highlights {
|
|||
Highlights {
|
||||
root: Node::new(HighlightedRange {
|
||||
range,
|
||||
highlight: HighlightTag::Dummy.into(),
|
||||
highlight: HighlightTag::None.into(),
|
||||
binding_hash: None,
|
||||
}),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue