Skip to content

Commit

Permalink
allow -> expect
Browse files Browse the repository at this point in the history
  • Loading branch information
Jondolf committed Oct 8, 2024
1 parent f0a5d37 commit 196a19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_pbr/src/light_probe/environment_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
//!
//! [several pre-filtered environment maps]: https://github.com/KhronosGroup/glTF-Sample-Environments

#![allow(deprecated)]
#![expect(deprecated)]

use bevy_asset::{AssetId, Handle};
use bevy_ecs::{
Expand Down

0 comments on commit 196a19b

Please sign in to comment.