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

Fix deprecated warning #12

Open
naconnors opened this issue Oct 14, 2022 · 0 comments
Open

Fix deprecated warning #12

naconnors opened this issue Oct 14, 2022 · 0 comments

Comments

@naconnors
Copy link
Collaborator

There is a deprecated warning that we should address at some point:

warning: use of deprecated associated function clap::ArgMatches::is_present: Replaced with either ArgAction::SetTrue or ArgMatches::contains_id(...)
--> src/lib.rs:33:16
|
33 | pub debug: bool,
| ^^^^
|
= note: #[warn(deprecated)] on by default
warning: ambi_mock_client (lib) generated 1 warning

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