bevy_render has unfulfilled lint on Mac wasm
There is a lint here that is not fulfilled.
It lights up in my editor, but CI seems to have missed it.
Can you share? I don't see this in RustRover.
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?
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.
Looks like the #[expect(...)] annotation has been removed. Marking this as solved!