prefetch-npm-deps: fix clippy lint
This commit is contained in:
parent
e1d64c1941
commit
faa3de1bf5
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ impl Cache {
|
||||||
&mut p,
|
&mut p,
|
||||||
&hash
|
&hash
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.map(|x| format!("{:02x}", x))
|
.map(|n| format!("{n:02x}"))
|
||||||
.collect::<String>(),
|
.collect::<String>(),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue