Closed
Description
I'd like to avoid reformats like this:
- v.push(new.paint(format!("{:nwidth$}: {:idwidth$}", i2 + offset, c2_short_id, nwidth=nwidth, idwidth=idwidth).as_bytes().to_owned()));
+ v.push(new.paint(format!("{:nwidth$}: {:idwidth$}", i2 + offset, c2_short_id, nwidth = nwidth, idwidth = idwidth).as_bytes().to_owned()));
Could we special-case samename=samename
in the arguments of format!
-like macros, and avoid adding spaces around the =
?
Metadata
Metadata
Assignees
Labels
No labels