-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add #[must_use] to functions of slice and its iterators. #92853
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @joshtriplett (or someone else) soon. Please see the contribution instructions for more information. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@rustbot label: +T-libs-api, -T-compiler |
@bors r+ rollup=iffy (Marking rollup=iffy because changes like this often end up going through a couple of rounds of CI due to unexpected call-sites that don't get updated.) |
📌 Commit cdf22c3 has been approved by |
…lett add #[must_use] to functions of slice and its iterators. See rust-lang#89692.
…lett add #[must_use] to functions of slice and its iterators. See rust-lang#89692.
…lett add #[must_use] to functions of slice and its iterators. See rust-lang#89692.
…lett add #[must_use] to functions of slice and its iterators. See rust-lang#89692.
…lett add #[must_use] to functions of slice and its iterators. See rust-lang#89692.
…lett add #[must_use] to functions of slice and its iterators. See rust-lang#89692.
⌛ Testing commit cdf22c3 with merge ea25263a5702364a747107c34defc33505d67b2e... |
…lett add #[must_use] to functions of slice and its iterators. See rust-lang#89692.
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
☔ The latest upstream changes (presumably #94628) made this pull request unmergeable. Please resolve the merge conflicts. |
rebased. |
☔ The latest upstream changes (presumably #94802) made this pull request unmergeable. Please resolve the merge conflicts. |
Sorry I messed up my branch. Re-opened at #95274. |
add #[must_use] to functions of slice and its iterators. Continuation of rust-lang#92853. Tracking issue: rust-lang#89692.
add #[must_use] to functions of slice and its iterators. Continuation of rust-lang#92853. Tracking issue: rust-lang#89692.
add #[must_use] to functions of slice and its iterators. Continuation of rust-lang#92853. Tracking issue: rust-lang#89692.
See #89692.