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: Upgrade clap and suppress clippy error #1426

Merged
merged 1 commit into from Apr 27, 2023

Conversation

lann
Copy link
Collaborator

@lann lann commented Apr 27, 2023

Clap generated code was broken by a new clippy warning in Rust 1.69. This was partially fixed in clap 3.2.24 along with a clippy exception.

Ref: clap-rs/clap#4857

src/commands/plugins.rs Outdated Show resolved Hide resolved
Clap generated code was broken by a new clippy warning in Rust 1.69.
This was partially fixed in clap 3.2.24 along with a clippy exception.

Signed-off-by: Lann Martin <lann.martin@fermyon.com>
@lann lann force-pushed the fix-clippy-clap-cataclysm branch from 281211a to 90cbfaf Compare April 27, 2023 14:58
@lann
Copy link
Collaborator Author

lann commented Apr 27, 2023

I'm bypassing the e2e CI failure; its known and this fix is (also) needed for builds to pass.

@lann lann merged commit bb3b341 into fermyon:main Apr 27, 2023
8 of 9 checks passed
@lann lann deleted the fix-clippy-clap-cataclysm branch April 27, 2023 16:52
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