test(allocator): reformat imports#21701
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull request overview
Style-only change to simplify std imports in the allocator arena tests by collapsing multiple use std::... lines into a single grouped import.
Changes:
- Collapsed multiple
stdimports intouse std::{...}; - Removed the explicit
use std::usize;import
Merging this PR will not alter performance
Comparing Footnotes
|
ad8946a to
e5243a0
Compare
ed6f0ab to
8ab35c8
Compare
e5243a0 to
ae1d27d
Compare
Merge activity
|
Style change only. Collapse imports from `std` into a single `use` statement, and re-order `use` statements in tests for `Arena`.
8ab35c8 to
7462c4a
Compare
ae1d27d to
2010054
Compare

Style change only. Collapse imports from
stdinto a singleusestatement, and re-orderusestatements in tests forArena.