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,
|
||||
&hash
|
||||
.into_iter()
|
||||
.map(|x| format!("{:02x}", x))
|
||||
.map(|n| format!("{n:02x}"))
|
||||
.collect::<String>(),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue