Fix clippy lints

This commit is contained in:
Ajeet D'Souza 2021-03-01 11:28:06 +05:30
parent acf070f194
commit a92c8c4284
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}