Chore: Inline format args for ease of reading
A minor cleanup to inline all simple cases of format arguments. Makes the format strings just a bit easier to read.
This commit is contained in:
parent
4613eb26cb
commit
3d6b9637c3
13 changed files with 25 additions and 30 deletions
|
|
@ -152,7 +152,7 @@ impl Cache {
|
|||
let allocation =
|
||||
atlas.upload(device, encoder, width, height, &rgba)?;
|
||||
|
||||
log::debug!("allocating {} {}x{}", id, width, height);
|
||||
log::debug!("allocating {id} {width}x{height}");
|
||||
|
||||
let _ = self.svg_hits.insert(id);
|
||||
let _ = self.rasterized_hits.insert(key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue