Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

method release not found for this enum #108

Open
theajack opened this issue Nov 11, 2024 · 0 comments
Open

method release not found for this enum #108

theajack opened this issue Nov 11, 2024 · 0 comments

Comments

@theajack
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant