You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0599]: no method named release found for enum public::KeybdKey in the current scope
--> /Users/xxxxx/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inputbot-0.6.0/src/public.rs:383:41
|
13 | pub enum KeybdKey {
| ----------------- method release not found for this enum
...
383 | KeybdKey::LShiftKey.release();
| ^^^^^^^ method not found in KeybdKey
For more information about this error, try rustc --explain E0599.
error: could not compile inputbot (lib) due to 4 previous errors
The text was updated successfully, but these errors were encountered:
error[E0599]: no method named
release
found for enumpublic::KeybdKey
in the current scope--> /Users/xxxxx/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inputbot-0.6.0/src/public.rs:383:41
|
13 | pub enum KeybdKey {
| ----------------- method
release
not found for this enum...
383 | KeybdKey::LShiftKey.release();
| ^^^^^^^ method not found in
KeybdKey
For more information about this error, try
rustc --explain E0599
.error: could not compile
inputbot
(lib) due to 4 previous errorsThe text was updated successfully, but these errors were encountered: