Skip to content

Commit

Permalink
remove useless qualification
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Apr 25, 2022
1 parent 49a3220 commit 81f6027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_app/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ impl App {
where
T: Plugin,
{
self.plugins.contains_key(&std::any::TypeId::of::<T>())
self.plugins.contains_key(&TypeId::of::<T>())
}

/// Adds a single [`Plugin`].
Expand Down

0 comments on commit 81f6027

Please sign in to comment.