rust/library/alloc
许杰友 Jieyou Xu (Joe) 759820e631
Rollup merge of #131809 - collinoc:fix-retain-mut-docs, r=jhpratt
Fix predicate signatures in retain_mut docs

This is my first PR here so let me know if I'm doing anything wrong.

The docs for `retain_mut` in `LinkedList` and `VecDeque` say the predicate takes `&e`, but it should be `&mut e` to match the actual signature. `Vec` [has it documented](https://doc.rust-lang.org/std/vec/struct.Vec.html#method.retain_mut) correctly already.
2024-10-18 12:00:52 +01:00
..
benches Improve autovectorization of to_lowercase / to_uppercase functions 2024-09-23 11:31:29 +02:00
src Rollup merge of #131809 - collinoc:fix-retain-mut-docs, r=jhpratt 2024-10-18 12:00:52 +01:00
tests update bootstrap configs 2024-10-15 20:30:23 -07:00
Cargo.toml Update compiler-builtins to 0.1.133 2024-10-05 21:34:51 -05:00