Fix one of the two remaining warnings.
One of them was a lot more obvious than I thought.
This commit is contained in:
parent
220bc85821
commit
c389f41f14
1 changed files with 0 additions and 1 deletions
|
@ -1481,7 +1481,6 @@ where
|
|||
// local scope at the top of the scope stack.
|
||||
else if Some(capture.index) == layer.config.local_def_capture_index {
|
||||
reference_highlight = None;
|
||||
definition_highlight = None;
|
||||
let scope = layer.scope_stack.last_mut().unwrap();
|
||||
|
||||
let mut value_range = 0..0;
|
||||
|
|
Loading…
Reference in a new issue