rust/library
许杰友 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
..
alloc Rollup merge of #131809 - collinoc:fix-retain-mut-docs, r=jhpratt 2024-10-18 12:00:52 +01:00
backtrace@230570f2da
core Rollup merge of #130136 - GKFX:stabilize-const-pin, r=dtolnay 2024-10-18 12:00:50 +01:00
panic_abort
panic_unwind
portable-simd
proc_macro update Literal's intro 2024-10-02 01:27:11 +08:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Add entropy source for RTEMS 2024-10-18 10:26:59 +02:00
stdarch@c881fe3231 stdarch: Bump stdarch submodule 2024-10-10 10:16:16 +00:00
sysroot
test Change a few &Option<T> into Option<&T> 2024-10-08 23:26:29 -04:00
unwind Rollup merge of #131654 - betrusted-io:xous-various-fixes, r=thomcc 2024-10-18 06:59:05 +02:00
windows_targets
Cargo.lock Rollup merge of #131823 - thesummer:bump-libc-0.2.160, r=workingjubilee 2024-10-18 06:59:06 +02:00
Cargo.toml