fix(clippy): remove unnecessary `to_string()`
This commit is contained in:
parent
cf48f48ae9
commit
63ce5e54b0
|
@ -55,7 +55,7 @@ impl FormatCache {
|
|||
let mut p = self.formats_base.clone();
|
||||
p.push(format!(
|
||||
"{}-{}-{}.fmt",
|
||||
self.bundle_digest.to_string(),
|
||||
self.bundle_digest,
|
||||
stem,
|
||||
crate::FORMAT_SERIAL
|
||||
));
|
||||
|
|
Loading…
Reference in New Issue