about summary refs log tree commit diff
path: root/library/alloc/tests/btree_set_hash.rs
AgeCommit message (Collapse)AuthorLines
2025-03-07Move all alloc integration tests to a new alloctests cratebjorn3-30/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2021-10-01Include the length in BTree hashesJosh Stone-2/+12
This change makes it consistent with `Hash` for all other collections.
2020-08-14Move btree unit test to their native, privileged locationStein Somers-0/+19