mirror of
https://github.com/veeso/termscp.git
synced 2026-04-04 17:21:21 -07:00
chore: enable safe clippy pedantic lints
This commit is contained in:
@@ -872,7 +872,7 @@ impl Component<Msg, NoUserEvent> for InputColor {
|
||||
}
|
||||
Event::Keyboard(KeyEvent {
|
||||
// NOTE: escaped control sequence
|
||||
code: Key::Char('h') | Key::Char('r') | Key::Char('s'),
|
||||
code: Key::Char('h' | 'r' | 's'),
|
||||
modifiers: KeyModifiers::CONTROL,
|
||||
}) => Some(Msg::None),
|
||||
Event::Keyboard(KeyEvent {
|
||||
|
||||
Reference in New Issue
Block a user