prefetch-npm-deps: fix clippy lint

This commit is contained in:
Winter 2023-01-30 22:08:08 -05:00 committed by Lily Foster
parent e1d64c1941
commit faa3de1bf5
No known key found for this signature in database
GPG Key ID: 49340081E484C893

View File

@ -72,7 +72,7 @@ impl Cache {
&mut p,
&hash
.into_iter()
.map(|x| format!("{:02x}", x))
.map(|n| format!("{n:02x}"))
.collect::<String>(),
);