summary refs log tree commit diff
path: root/library/alloc/src/testing
AgeCommit message (Collapse)AuthorLines
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