refactor(allocator): fix uninlined_format_args clippy warnings#21232
Conversation
There was a problem hiding this comment.
Pull request overview
This PR continues the allocator clippy-cleanup stack by addressing the clippy::uninlined_format_args warning in bumpalo_alloc.rs, allowing removal of the corresponding file-level lint expectation.
Changes:
- Remove
clippy::uninlined_format_argsfrom the file-level#![expect(...)]list. - Update
handle_alloc_errorto use the inlined format-args capture syntax ({layout:?}) to satisfy Clippy.
Merging this PR will not alter performance
Comparing Footnotes
|
Merge activity
|
) Continuation of #21231.
a440ebf to
3c9088c
Compare
f9c144a to
e011bb7
Compare

Continuation of #21231.