Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
Already in prelude.
  • Loading branch information
Indy2222 committed Feb 21, 2024
1 parent 1a29f4e commit 28f6f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions crates/core/src/events.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
use std::marker::PhantomData;

use bevy::{
ecs::{
event::{Event, Events},
system::Resource,
},
prelude::*,
};
use bevy::{ecs::system::Resource, prelude::*};

use crate::gamestate::GameState;

Expand Down
2 changes: 1 addition & 1 deletion crates/objects/src/collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::{hash::Hash, path::PathBuf};

use ahash::AHashMap;
use bevy::{
asset::{Asset, AssetPath, RecursiveDependencyLoadState},
asset::{AssetPath, RecursiveDependencyLoadState},
prelude::*,
};
use enum_iterator::Sequence;
Expand Down

0 comments on commit 28f6f22

Please sign in to comment.