Docs - remove unnecessary mut that gives a warning#99657
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @m-ou-se (or someone else) soon. Please see the contribution instructions for more information. |
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
|
@bors r+ rollup |
Rollup of 4 pull requests Successful merges: - rust-lang#99644 (remove some provenance-related machine hooks that Miri no longer needs) - rust-lang#99657 (Docs - remove unnecessary `mut` that gives a warning) - rust-lang#99672 (Remove Clean trait implementation for more items) - rust-lang#99678 (Update doc comments that refer to config parameter) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #99654.
A trivial linting fix for a Stdio example.
@rustbot label +T-lib