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

arm(neon): avoid snippets which triggers unused_paren lint #1439

Merged

Conversation

KisaragiEffective
Copy link
Contributor

In this PR, removed parens with "simple" expression followed by cast.

The unused_paren lint will be triggered at there in the future.

@rustbot
Copy link
Collaborator

rustbot commented Jun 19, 2023

r? @Amanieu

(rustbot has picked a reviewer for you, use r? to override)

@KisaragiEffective
Copy link
Contributor Author

Well, I don't think I've touched around vld2q_dup_f32 in this PR...

@Amanieu
Copy link
Member

Amanieu commented Jun 19, 2023

This is caused by rust-lang/rust#112460, but it should be fine to merge this for now.

@Amanieu Amanieu merged commit 2320af9 into rust-lang:master Jun 19, 2023
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.

3 participants