rust/library
Michael Howell 7381d7d8b2
Rollup merge of #102326 - yancyribbens:splin-mut-doc-change, r=thomcc
rustdoc: Update doc comment for splitn_mut to include mutable in the …

The doc comment for [splitn](https://github.com/rust-lang/rust/blob/master/library/core/src/slice/mod.rs#L2051:L2056) is the exact same as the comment for [splitn_mut](https://github.com/rust-lang/rust/blob/master/library/core/src/slice/mod.rs#L2079:L2084).  The doc comment for `splitn_mut` should instead say it's working on a mutable subslice.
2022-09-26 15:40:55 -07:00
..
alloc remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
backtrace@07872f28cd
core Rollup merge of #102326 - yancyribbens:splin-mut-doc-change, r=thomcc 2022-09-26 15:40:55 -07:00
panic_abort
panic_unwind
portable-simd
proc_macro Fix typo in proc_macro Span::eq 2022-09-17 19:15:30 -04:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
stdarch@699c093a42
test
unwind