]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPC
authorbors <bors@rust-lang.org>
Sat, 26 Mar 2022 20:17:04 +0000 (20:17 +0000)
committerbors <bors@rust-lang.org>
Sat, 26 Mar 2022 20:17:04 +0000 (20:17 +0000)
commit1d9c262eea411ec5230f8a4c9ba50b3647064da4
tree15ea90727338050f236368fed6977ae837bce1cd
parent1fca19c8ca4ae5e71e8b17a82c3acfeb78c48891
parent763094bb591235c9c02188aa7e43b6f876153c48
Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPC

add #[must_use] to functions of slice and its iterators.

Continuation of #92853.

Tracking issue: #89692.