about summary refs log tree commit diff
path: root/library/alloc/src/collections/btree/mem.rs
AgeCommit message (Collapse)AuthorLines
2025-01-20alloc: add `#![warn(unreachable_pub)]`Urgau-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+1
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2020-11-12BTreeMap: avoid aliasing while handling underfull nodesStein Somers-0/+1
2020-10-26BTreeMap: move generic functions out of navigate.rsStein Somers-0/+34