Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes a deprecation warning as the `remove` method had been deprecated in favor of either `swap_remove` or `shift_remove`. It seems appropriate to use `shift_remove` here to preserve ordering.
- Loading branch information