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 clippy warning caused by clap derive macro #505

Merged
merged 1 commit into from Jun 13, 2022
Merged

Conversation

svix-daniel
Copy link
Contributor

@svix-daniel svix-daniel commented Jun 13, 2022

A deprecated function was being called in the clap macro due to changes in their API. The issue is described here clap-rs/clap#3822.

@tasn
Copy link
Member

tasn commented Jun 13, 2022

Why does this fix this? Is the problem in our code? I thought the problem was in clap's code and that clippy is complaining about that. Is this not the case?

@svix-daniel svix-daniel merged commit 25b0790 into main Jun 13, 2022
@svix-daniel svix-daniel deleted the daniel/clippy branch June 13, 2022 17:00
tasn pushed a commit that referenced this pull request Jun 13, 2022
Ensures that the latest version of clap is used for the workaround in #505 to work.
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

Successfully merging this pull request may close these issues.

None yet

2 participants