about summary refs log tree commit diff
path: root/library/alloc/src/testing
AgeCommit message (Collapse)AuthorLines
2025-01-20alloc: add `#![warn(unreachable_pub)]`Urgau-21/+21
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-07-17Adjust some comments on individual `use` declarations.Nicholas Nethercote-2/+1
When we do the big `use` reformatting there are a tiny number of cases where rustfmt moves a comment from one `use` item to another in an undesirable way. This commit pre-emptively rearranges things to prevent this from happening.
2022-05-02Share testing utilities with non-btree test casesStein Somers-0/+231