Searched defs:new_patches (Results 1 – 1 of 1) sorted by relevance
104 let mut new_patches = Vec::new(); in subtract() localVariable344 pub new_patches: PatchCollection, field352 pub fn new_patches( in new_patches() function371 let new_patches: PatchCollection = cur_collection.subtract(&old_collection)?; in new_patches() localVariable372 let new_patches = new_patches.map_patches(|p| { in new_patches() localVariable