mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
remove mode after which is unused
This commit is contained in:
parent
21ad375b42
commit
64e9b9f893
1 changed files with 0 additions and 5 deletions
|
@ -38,11 +38,6 @@ impl<'a, const COUNT: usize> VimBindingTestContext<'a, COUNT> {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn mode_after(mut self, mode_after: Mode) -> Self {
|
||||
self.mode_after = mode_after;
|
||||
self
|
||||
}
|
||||
|
||||
pub fn assert(&mut self, initial_state: &str, state_after: &str) {
|
||||
self.cx.assert_binding(
|
||||
self.keystrokes_under_test,
|
||||
|
|
Loading…
Reference in a new issue