Document snapshot pipeline

This commit is contained in:
Lucien Greathouse
2019-09-26 14:28:04 -07:00
parent 91d12aeb4f
commit 87227c96ed
3 changed files with 51 additions and 14 deletions

View File

@@ -60,7 +60,7 @@ pub struct PatchUpdate {
///
// TODO: Introduce machinery to detect conflicts, like keeping previous +
// current values in all fields.
#[derive(Debug, Clone)]
#[derive(Debug, Clone, Default)]
pub struct AppliedPatchSet {
pub removed: Vec<RbxId>,
pub added: Vec<AppliedPatchAdd>,