Skip to content

Commit

Permalink
use expect lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoskey committed Sep 5, 2024
1 parent ce53370 commit 61ae102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_transform/src/bundles.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(deprecated)]
#![expect(deprecated)]
use bevy_ecs::bundle::Bundle;

use crate::prelude::{GlobalTransform, Transform};
Expand Down
2 changes: 1 addition & 1 deletion crates/bevy_transform/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ pub mod helper;
pub mod systems;

#[doc(hidden)]
#[expect(deprecated)]
pub mod prelude {
#[doc(hidden)]
pub use crate::components::*;

#[cfg(feature = "bevy-support")]
#[doc(hidden)]
#[allow(deprecated)]
pub use crate::{
bundles::TransformBundle, commands::BuildChildrenTransformExt, helper::TransformHelper,
plugins::TransformPlugin, plugins::TransformSystem, traits::TransformPoint,
Expand Down

0 comments on commit 61ae102

Please sign in to comment.