Skip to content

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

Merged
Amanieu merged 2 commits into
rust-lang:masterfrom
KisaragiEffective:fix-unused-paren-from-generation
Jun 19, 2023
Merged

arm(neon): avoid snippets which triggers unused_paren lint#1439
Amanieu merged 2 commits into
rust-lang:masterfrom
KisaragiEffective:fix-unused-paren-from-generation

Conversation

@KisaragiEffective

Copy link
Copy Markdown
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
Copy Markdown
Collaborator

r? @Amanieu

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

@KisaragiEffective

Copy link
Copy Markdown
ContributorAuthor

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

@Amanieu

Copy link
Copy Markdown
Member

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:masterJun 19, 2023
Sign up for freeto 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

@KisaragiEffective@rustbot@Amanieu