Skip to content

Commit

Permalink
Remove derive clone from TypeRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahShomette committed Jul 12, 2023
1 parent 98e5c2b commit 17ec2ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_reflect/src/type_registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ use std::{any::TypeId, fmt::Debug, sync::Arc};
/// [reflected]: crate
/// [Registering]: TypeRegistry::register
/// [crate-level documentation]: crate
#[derive(Clone)]
pub struct TypeRegistry {
registrations: HashMap<TypeId, TypeRegistration>,
short_name_to_id: HashMap<String, TypeId>,
Expand Down

0 comments on commit 17ec2ed

Please sign in to comment.