Add is_*
and as_*
methods to the event enums
#1291
Annotations
8 errors and 1 warning
Test no default features with use-dev-tty feature enabled:
src/event.rs#L581
the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `FromResidual`)
|
Test no default features with use-dev-tty feature enabled:
src/event.rs#L1195
no method named `is_function` found for enum `KeyCode` in the current scope
|
Test no default features with use-dev-tty feature enabled:
src/event.rs#L1244
no method named `is_media` found for enum `KeyCode` in the current scope
|
Test no default features with use-dev-tty feature enabled
Process completed with exit code 101.
|
Test all features:
src/event.rs#L581
the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `FromResidual`)
|
Test all features:
src/event.rs#L1195
no method named `is_function` found for enum `KeyCode` in the current scope
|
Test all features:
src/event.rs#L1244
no method named `is_media` found for enum `KeyCode` in the current scope
|
Test all features
Process completed with exit code 101.
|
Test no default features:
src/terminal/sys/file_descriptor.rs#L75
method `read` is never used
|
Loading