Remove redundant clones

This commit is contained in:
Yoshua Wuyts 2021-02-05 16:57:26 +01:00
parent ae7bee70a1
commit 79d103d5b4
7 changed files with 8 additions and 17 deletions

View file

@ -95,16 +95,7 @@ impl Fixture {
}
}
Fixture {
path,
text: String::new(),
krate: krate,
deps,
cfg_atoms,
cfg_key_values,
edition,
env,
}
Fixture { path, text: String::new(), krate, deps, cfg_atoms, cfg_key_values, edition, env }
}
}