bevy/crates/bevy_image
Stepan Koltsov 34c9a64779
Mute unreachable patterns/code warnings (#16012)
# Objective

Make compiler output more helpful when running `cargo check -p
bevy_mesh`. Currently it contains a lot of unreachable patterns/code
warnings due to features disabled by default.

## Solution

Mute the warnings.

## Testing

CI
2024-10-20 14:27:02 +00:00
..
src Mute unreachable patterns/code warnings (#16012) 2024-10-20 14:27:02 +00:00
Cargo.toml Remove AVIF feature (#15973) 2024-10-17 19:47:28 +00:00