bevy icon indicating copy to clipboard operation
bevy copied to clipboard

bevy_render has unfulfilled lint on Mac wasm

Open ElliottjPierce opened this issue 7 months ago • 2 comments

There is a lint here that is not fulfilled.

It lights up in my editor, but CI seems to have missed it.

ElliottjPierce avatar May 30 '25 16:05 ElliottjPierce

Can you share? I don't see this in RustRover.

tychedelia avatar Jun 03 '25 01:06 tychedelia

Image

Here's what it looks like to me ^

I would just remove the lint, but I'm not familiar at all with the render code. Could be valid?

ElliottjPierce avatar Jun 03 '25 03:06 ElliottjPierce

I'm not sure what the original purpose of the #[expect(...)] was, but the clippy::large_enum_variant lint cannot possible be emitted on a function. (I checked the source code.) I think this can be safely removed.

BD103 avatar Oct 19 '25 03:10 BD103

Looks like the #[expect(...)] annotation has been removed. Marking this as solved!

BD103 avatar Oct 19 '25 03:10 BD103