Fix clippy lints
This commit is contained in:
parent
acf070f194
commit
a92c8c4284
|
|
@ -66,10 +66,10 @@ mod tests {
|
||||||
for &hook in HOOKS {
|
for &hook in HOOKS {
|
||||||
for &cmd in CMDS {
|
for &cmd in CMDS {
|
||||||
let opt = Opts {
|
let opt = Opts {
|
||||||
|
cmd,
|
||||||
|
hook,
|
||||||
echo,
|
echo,
|
||||||
resolve_symlinks,
|
resolve_symlinks,
|
||||||
hook,
|
|
||||||
cmd,
|
|
||||||
};
|
};
|
||||||
opts.push(opt);
|
opts.push(opt);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue