Fix one of the two remaining warnings.

One of them was a lot more obvious than I thought.
This commit is contained in:
Nathan Vegdahl 2021-07-01 13:15:16 -07:00
parent 220bc85821
commit c389f41f14

View file

@ -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;