Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MSRV: Remove use of
Vec::retain_mut
And replace that with our own implementation of `retain_unordered_mut` which is usable under any rust version after v1.0 Signed-off-by: Jiahao XU <[email protected]>
- Loading branch information