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