Skip to content

bevy_render macro: ignore clippy in wasm - #25659

Merged
alice-i-cecile merged 2 commits into
bevyengine:mainfrom
mockersf:bevy_render-ignore-attribute
Sep 2, 2026
Merged

bevy_render macro: ignore clippy in wasm#25659
alice-i-cecile merged 2 commits into
bevyengine:mainfrom
mockersf:bevy_render-ignore-attribute

Conversation

@mockersf

@mockersf mockersf commented Sep 2, 2026

Copy link
Copy Markdown
Member

Objective

Solution

  • Ignore clippy, like it's done in the other branch above

#[allow(clippy::allow_attributes, unused, reason = "This is not used on all wrappers.")]
/// Unwraps the value.
pub fn into_inner(self) -> $wgputy {
self.0
}
}

@mockersf mockersf added this to the 0.20 milestone Sep 2, 2026
@mockersf mockersf added the C-Code-Quality A section of code that is hard to understand or change label Sep 2, 2026
@alice-i-cecile alice-i-cecile added D-Trivial Nice and easy! A great choice to get started with Bevy S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it labels Sep 2, 2026
@alice-i-cecile
alice-i-cecile added this pull request to the merge queue Sep 2, 2026
Merged via the queue into bevyengine:main with commit d534157 Sep 2, 2026
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-Code-Quality A section of code that is hard to understand or change D-Trivial Nice and easy! A great choice to get started with Bevy S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants