rust/library/alloc/src/collections
Cheng Xu cd1713ebba
BTreeSet: remove duplicated code by reusing from_sorted_iter
The method `BTreeSet::from_sorted_iter` was introduced in 49ccb7519f,
but it was not consistently used throughout the codebase. As a result, some code redundantly reimplemented its logic.
This commit fixes the problem.
2025-06-27 11:12:32 -07:00
..
binary_heap Rollup merge of #138161 - HeroicKatora:heap-peek-mut-refresh, r=dtolnay 2025-03-12 08:06:46 +01:00
btree BTreeSet: remove duplicated code by reusing from_sorted_iter 2025-06-27 11:12:32 -07:00
linked_list vec_deque tests: remove static mut 2025-06-18 11:51:40 +00:00
vec_deque vec_deque tests: remove static mut 2025-06-18 11:51:40 +00:00
linked_list.rs Docs(lib/extract_if): Unify example description 2025-05-17 02:54:21 +02:00
mod.rs Add comments 2025-03-07 19:11:13 +00:00