add #[must_use] to functions of slice and its iterators.#92853
add #[must_use] to functions of slice and its iterators.#92853jendrikw wants to merge 0 commit intorust-lang:masterfrom jendrikw:slice-must-use
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.