Remove some PartialEq derives

This commit is contained in:
Lucien Greathouse
2019-12-03 16:34:46 -08:00
parent 948303aac8
commit fe10da9a6c
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ use super::InstanceMetadata;
// Possible future improvements:
// - Use refcounted/interned strings
// - Replace use of RbxValue with a sum of RbxValue + borrowed value
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct InstanceSnapshot {
/// A temporary ID applied to the snapshot that's used for Ref properties.
pub snapshot_id: Option<RbxId>,