Uh oh!
There was an error while loading. Please reload this page.
update ioslice docs to use shared slices - #98330
Conversation
rust-highfive
commented
Jun 21, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
rust-highfive
commented
Jun 21, 2022
r? @m-ou-se (rust-highfive has picked a reviewer for you, use r? to override) |
Dylan-DPC
commented
Jun 21, 2022
@bors r+ rollup |
bors
commented
Jun 21, 2022
📌 Commit 44dbd98 has been approved by |
Rollup of 11 pull requests Successful merges: - rust-lang#94033 (Improve docs for `is_running` to explain use case) - rust-lang#97269 (adjust transmute const stabilization version) - rust-lang#97805 (Add proper tracing spans to rustc_trait_selection::traits::error_reporting) - rust-lang#98022 (Fix erroneous span for borrowck error) - rust-lang#98124 (Improve loading of crates.js and sidebar-items.js) - rust-lang#98278 (Some token stream cleanups) - rust-lang#98306 (`try_fold_unevaluated` for infallible folders) - rust-lang#98313 (Remove lies in comments.) - rust-lang#98323 (:arrow_up: rust-analyzer) - rust-lang#98329 (Avoid an ICE and instead let the compiler report a useful error) - rust-lang#98330 (update ioslice docs to use shared slices) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
I noticed that IoSlice docs were taking unnecessary mut slices, when they only accept shared slices