Skip to content

Commit

Permalink
remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
naomijub committed Mar 4, 2024
1 parent e92bfc8 commit 2ff2358
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/prefab/src/spawn_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ pub fn spawn_player_start(

#[cfg(test)]
mod tests {
#[cfg(feature = "editor")]
use super::*;
#[cfg(feature = "editor")]
use bevy::scene::ScenePlugin;

#[test]
Expand Down

0 comments on commit 2ff2358

Please sign in to comment.