get_deletions

Function get_deletions 

Source
pub(crate) fn get_deletions(
    pristine: &Directory<CustomMetadata>,
    current: &Directory<CustomMetadata>,
    current_path: PathBuf,
    diff: &mut Diff,
) -> Result<()>