diff --git a/core/src/types.rs b/core/src/types.rs index 31b5723c..0885866b 100644 --- a/core/src/types.rs +++ b/core/src/types.rs @@ -121,7 +121,7 @@ impl Cloned for Box where T: Sized + Clone { /// This type must implement `FromRc` and `Cloned`, and a `From` implementation must exist for /// `TypedValue`. /// -pub type ValueRc = Rc; +pub type ValueRc = Arc; /// Represents one entid in the entid space. ///