mirror of
https://github.com/bevyengine/bevy.git
synced 2026-06-30 15:55:32 -04:00
0d00c9109f
# Objective #24206 boxes the large error in `GltfError` but it's not sufficient after https://github.com/rust-lang/rust-clippy/issues/17070 is fixed. ## Solution Box `AssetLoadError::RequestedHandleTypeMismatch` so that it is reduced to 120 bytes which is below 128 bytes. Also fix some other trivial clippy warnings. ## Testing Use the latest nightly clippy which has https://github.com/rust-lang/rust-clippy/issues/17070 fixed: ``` cargo +nightly clippy --workspace --all-features --all-targets -- -D warnings ```
Release Content
This directory contains drafts of documentation for the current development cycle, which will be published to the website during the next release. You can find more information in the release notes and migration guides files.