refactor(allocator): remove #[deny] attributes#21257
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. |
Merging this PR will not alter performance
Comparing Footnotes
|
There was a problem hiding this comment.
Pull request overview
Removes module-level lint-deny attributes from the allocator’s bump arena implementation (bump.rs), aligning the file with the project’s current linting approach while keeping behavior unchanged.
Changes:
- Removed
#![deny(missing_debug_implementations)]frombump.rs. - Removed
#![deny(missing_docs)]frombump.rs.
Merge activity
|
Small refactor. We don't need these, remove them.
cf1a5a4 to
4b86294
Compare
8d27f40 to
9f0b9fe
Compare

Small refactor. We don't need these, remove them.