Skip to content
GitLab
Explore
Sign in
Register
clippy: prefer `write!(str)` to `str.push_str(&format!())`
Code
Review changes
Check out branch
Download
Patches
Plain diff
Ben Boeckel
requested to merge
ben.boeckel/rust-ghostflow:clippy-write-suggestion
into
master
Jul 03, 2022
Overview
10
Commits
2
Pipelines
5
Changes
3
Expand
This avoids extra allocations, but comes with additional error cases to consider.
Merge request reports
Loading