Traverse-Research / Traverse-Research/gpu-allocator
Replace format! with format_args! when `MSRV` >= 1.89.0
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 497
- Forks
- 82
- Avg merge
- 18d 17h
- Merged PRs (30d)
- 1
Description
As storing format_args!() in a variable is stabilized in 1.89.0, these can be changed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/allocator/dedicated_block_allocator/mod.rs lines 105-118 and src/allocator/free_list_allocator/mod.rs lines 381-394. Review the MSRV configuration and the linked Rust 1.89.0 stabilization, then replace the applicable format! uses with format_args!; done means both referenced sections use the newer form while preserving behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- computer-graphics
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100