739: Future proof by explicitly matching against None r=DJMcNab a=kjeremy



Co-authored-by: kjeremy <kjeremy@gmail.com>
This commit is contained in:
bors[bot] 2019-02-04 18:05:33 +00:00
commit cc3423c662

View file

@ -727,7 +727,7 @@ pub fn handle_code_lens_resolve(world: ServerWorld, code_lens: CodeLens) -> Resu
data: None,
});
}
_ => {
None => {
return Ok(CodeLens {
range: code_lens.range,
command: Some(Command {