Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Jul 9, 2024
1 parent 79dfe4c commit 5eceac5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 0 additions & 6 deletions crates/beet_core/src/steer/steer_actions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ pub use self::despawn_steer_target::*;
pub mod find_steer_target;
#[allow(unused_imports)]
pub use self::find_steer_target::*;
pub mod flee;
#[allow(unused_imports)]
pub use self::flee::*;
pub mod score_steer_target;
#[allow(unused_imports)]
pub use self::score_steer_target::*;
Expand All @@ -25,9 +22,6 @@ pub use self::seek::*;
pub mod separate;
#[allow(unused_imports)]
pub use self::separate::*;
pub mod set_velocity;
#[allow(unused_imports)]
pub use self::set_velocity::*;
pub mod succeed_on_arrive;
#[allow(unused_imports)]
pub use self::succeed_on_arrive::*;
Expand Down
6 changes: 3 additions & 3 deletions crates/beet_ecs/src/lifecycle/components/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ pub use self::action_target::*;
pub mod interrupt;
#[allow(unused_imports)]
pub use self::interrupt::*;
pub mod running;
#[allow(unused_imports)]
pub use self::running::*;
pub mod run_timer;
#[allow(unused_imports)]
pub use self::run_timer::*;
pub mod running;
#[allow(unused_imports)]
pub use self::running::*;
pub mod score;
#[allow(unused_imports)]
pub use self::score::*;
6 changes: 3 additions & 3 deletions crates/beet_ecs/src/observers/observer_utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pub mod action_observers;
#[allow(unused_imports)]
pub use self::action_observers::*;
pub mod action_observer_map;
#[allow(unused_imports)]
pub use self::action_observer_map::*;
pub mod action_observers;
#[allow(unused_imports)]
pub use self::action_observers::*;
pub mod observer_lifecycle;
#[allow(unused_imports)]
pub use self::observer_lifecycle::*;

0 comments on commit 5eceac5

Please sign in to comment.