Skip to content

Commit

Permalink
Removed some leftover commented-out cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
riskable committed Oct 19, 2020
1 parent d65daac commit 10ca6f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions forked_keyberon.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}
1 change: 0 additions & 1 deletion src/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ impl Action {
match self {
Action::KeyCode(kc) => core::slice::from_ref(kc).iter().cloned(),
Action::MultipleKeyCodes(kcs) => kcs.iter().cloned(),
// Action::Sequence { delay, actions } => actions.iter().cloned(), // TODO (maybe unnecessary)
_ => [].iter().cloned(),
}
}
Expand Down

0 comments on commit 10ca6f6

Please sign in to comment.