Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Jul 26, 2024
1 parent cd78b15 commit 5a3f59a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screen/playing/level_up_menu.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use bevy::prelude::*;
use bevy_mod_picking::prelude::*;
use pyri_state::extra::entity_scope::StateScope;
use pyri_state::prelude::*;

use crate::core::pause::Pause;
Expand Down

0 comments on commit 5a3f59a

Please sign in to comment.