Skip to content

Commit

Permalink
Fixup from rebase
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
Floris Bruynooghe committed Dec 15, 2020
1 parent b7b89a6 commit ff18f8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types/objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ impl AllObjectCandidates {
pub fn is_empty(&self) -> bool {
self.0.is_empty()
}

/// Removes all DIF object from this candidates collection.
pub fn clear(&mut self) {
self.0.clear()
}
}

impl From<RawObjectInfo> for CompleteObjectInfo {
Expand Down

0 comments on commit ff18f8c

Please sign in to comment.