Remove Backend trait (#6407)
This commit is contained in:
@@ -157,7 +157,7 @@ impl Crds {
|
||||
}
|
||||
|
||||
pub fn remove(&mut self, key: &CrdsValueLabel) {
|
||||
self.table.remove(key);
|
||||
self.table.swap_remove(key);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user