parent
27ffc79c44
commit
119dee2980
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ impl ChangeSet {
|
|||
/// `true` when the set is empty.
|
||||
#[inline]
|
||||
pub fn is_empty(&self) -> bool {
|
||||
self.changes.is_empty()
|
||||
self.changes.is_empty() || self.changes == [Operation::Retain(self.len)]
|
||||
}
|
||||
|
||||
/// Map a position through the changes.
|
||||
|
|
Loading…
Add table
Reference in a new issue