Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
alloc: ensure
no_global_oom_handling
builds are warning-free
Rust 1.62.0 introduced a couple new `unused_imports` warnings in `no_global_oom_handling` builds, making a total of 5 warnings. To avoid accumulating more over time, let's keep the builds warning-free. This ensures projects compiling `alloc` without infallible allocations do not see the warnings in the future and that they can keep enabling `-Dwarnings`. Signed-off-by: Miguel Ojeda <[email protected]>
- Loading branch information