From 79d103d5b42c5b207c28b6eb8a6ab42f0c685ec5 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Fri, 5 Feb 2021 16:57:26 +0100 Subject: Remove redundant clones --- crates/test_utils/src/fixture.rs | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'crates/test_utils/src') diff --git a/crates/test_utils/src/fixture.rs b/crates/test_utils/src/fixture.rs index e40b61a94..e3f57f3b2 100644 --- a/crates/test_utils/src/fixture.rs +++ b/crates/test_utils/src/fixture.rs @@ -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 } } } -- cgit v1.2.3