Files
rust/library/alloc
Yuki Okushi 4cb381037e Rollup merge of #81811 - schteve:fix_vec_retain_doc_test, r=m-ou-se
Fix doc test for Vec::retain(), now passes clippy::eval_order_dependence

Doc test for Vec::retain() works correctly but is flagged by clippy::eval_order_dependence. Fix avoids the issue by using an iterator instead of an index.
2021-02-13 16:36:40 +09:00
..
2020-09-29 21:39:24 +08:00
2021-01-07 16:16:36 +09:00