add tests for non-existent hints

This commit is contained in:
Simon Gardling
2022-05-17 09:01:36 -04:00
parent d2095fb533
commit f6ca98a1f2
2 changed files with 24 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ impl<'a> AutoComplete<'a> {
self.apply_hint(hint);
}
}
_ => unreachable!(),
Hint::None => {}
}
}