resolve deprecation warning from IndexMap
This commit is contained in:
parent
9eccccc088
commit
11366ab701
@ -1119,7 +1119,8 @@ impl ExtensionStore {
|
||||
// was replaced due to :not() expansion, we must get rid of the old
|
||||
// version.
|
||||
if !contains_extension {
|
||||
sources.remove(&extension.extender);
|
||||
// todo: evaluate whether we could get away with swap_remove
|
||||
sources.shift_remove(&extension.extender);
|
||||
}
|
||||
}
|
||||
additional_extensions
|
||||
|
Loading…
x
Reference in New Issue
Block a user