We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65daac commit 6067648Copy full SHA for 6067648
1 file changed
src/action.rs
@@ -88,7 +88,6 @@ impl Action {
88
match self {
89
Action::KeyCode(kc) => core::slice::from_ref(kc).iter().cloned(),
90
Action::MultipleKeyCodes(kcs) => kcs.iter().cloned(),
91
- // Action::Sequence { delay, actions } => actions.iter().cloned(), // TODO (maybe unnecessary)
92
_ => [].iter().cloned(),
93
}
94
0 commit comments