Closed
Description
Bevy version
0.16-dev (main branch)
[Optional] Relevant system information
MacOS Sequoia 15.3.2
What you did
I ran cargo run -p ci
What went wrong
The CI fails with the errors shown below.
Additional information
error: this lint expectation is unfulfilled
--> crates/bevy_render/src/batching/gpu_preprocessing.rs:396:5
|
396 | clippy::large_enum_variant,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: See https://github.com/bevyengine/bevy/issues/19220
= note: `-D unfulfilled-lint-expectations` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unfulfilled_lint_expectations)]`
error: this lint expectation is unfulfilled
--> crates/bevy_render/src/mesh/allocator.rs:165:5
|
165 | clippy::large_enum_variant,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: See https://github.com/bevyengine/bevy/issues/19220
error: this lint expectation is unfulfilled
--> crates/bevy_render/src/render_resource/pipeline_cache.rs:84:5
|
84 | clippy::large_enum_variant,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: See https://github.com/bevyengine/bevy/issues/19220
error: this lint expectation is unfulfilled
--> crates/bevy_render/src/render_resource/pipeline_cache.rs:1107:5
|
1107 | clippy::large_enum_variant,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: See https://github.com/bevyengine/bevy/issues/19220
error: this lint expectation is unfulfilled
--> crates/bevy_render/src/render_resource/pipeline_cache.rs:1122:5
|
1122 | clippy::large_enum_variant,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: See https://github.com/bevyengine/bevy/issues/19220
error: this lint expectation is unfulfilled
--> crates/bevy_render/src/settings.rs:156:5
|
156 | clippy::large_enum_variant,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: See https://github.com/bevyengine/bevy/issues/19220
error: this lint expectation is unfulfilled
--> crates/bevy_render/src/render_resource/pipeline_cache.rs:197:9
|
197 | clippy::result_large_err,
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: See https://github.com/bevyengine/bevy/issues/19220
error: this lint expectation is unfulfilled
--> crates/bevy_render/src/render_resource/pipeline_cache.rs:229:9
|
229 | clippy::result_large_err,
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: See https://github.com/bevyengine/bevy/issues/19220