Skip to content

Commit

Permalink
clean-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
naomijub committed Apr 7, 2024
1 parent 312cbf4 commit 2447b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/prefab/src/spawn_system.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use bevy::{prelude::*, sprite::Mesh2dHandle};
use bevy_scene_hook::SceneHook;
#[cfg(feature = "editor")]
use space_shared::toast::ToastMessage;
use space_shared::PrefabMarker;

Expand Down
1 change: 1 addition & 0 deletions crates/prefab/src/sub_scene/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use bevy::{
utils::HashSet,
};
use serde::de::DeserializeSeed;
#[cfg(feature = "editor")]
use space_shared::toast::ToastMessage;

use crate::{
Expand Down

0 comments on commit 2447b54

Please sign in to comment.