Remove Backend trait (#6407)

This commit is contained in:
TristanDebrunner
2019-10-17 15:19:27 -06:00
committed by GitHub
parent d865f1f0c5
commit 9e52d11ad0
7 changed files with 527 additions and 624 deletions

View File

@@ -157,7 +157,7 @@ impl Crds {
}
pub fn remove(&mut self, key: &CrdsValueLabel) {
self.table.remove(key);
self.table.swap_remove(key);
}
}