| 83 | fn test_longtab() { |
| 84 | struct Short(); |
| 85 | struct Long(); |
| 86 | impl Action for Short { |
| 87 | fn on_trigger(&mut self, output: &mut dyn USBKeyOut) { |
| 88 | output.send_keys(&[KeyCode::A]); |
nothing calls this directly
no outgoing calls
no test coverage detected