Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
121: Make sure the `RetainMut::retain_mut` method is effectively used r=Kerollmops a=Kerollmops This PR uses the fully qualified syntax to make sure that we use the `retain_mut` trait method of the `RetainMut` trait and not the one from the `vec_retain_mut` nighty feature [that will be added to the standard library](rust-lang/rust#90829) soon. Co-authored-by: Clément Renault <clement@meilisearch.com>
- Loading branch information