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 new clippy errors on Rust 1.83 #1919

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

yoshuawuyts
Copy link
Member

@yoshuawuyts yoshuawuyts commented Nov 28, 2024

Fixes #1918. Fixed this by running:

$ rustup update stable
$ cargo clippy --fix --workspace --all-targets --exclude dl --exclude component

Thanks!

@yoshuawuyts
Copy link
Member Author

I don't have merge access yet - if someone else can merge this (or give me access) that would be great, ty!

@alexcrichton alexcrichton added this pull request to the merge queue Nov 28, 2024
Merged via the queue into bytecodealliance:main with commit 7fe32e3 Nov 28, 2024
30 checks passed
@yoshuawuyts yoshuawuyts deleted the fix-ci branch November 28, 2024 22:55
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.

clippy fails on CI using Rust 1.83
3 participants