Traverse-Research / Traverse-Research/gpu-allocator

Replace format! with format_args! when `MSRV` >= 1.89.0

Open Beginner friendly
#286 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
497
Forks
82
Avg merge
18d 17h
Merged PRs (30d)
1

Description

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.