Skip to content

Commit a0dffe0

Browse files
committed
Make clippy happy
Signed-off-by: hi-rustin <[email protected]>
1 parent 7a947ae commit a0dffe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ fn all_profile_options() {
14911491
let profile = toml::TomlProfile {
14921492
build_override: Some(Box::new(base_settings.clone())),
14931493
package: Some(overrides),
1494-
..base_settings.clone()
1494+
..base_settings
14951495
};
14961496
let profile_toml = ::toml::to_string(&profile).unwrap();
14971497
let roundtrip: toml::TomlProfile = ::toml::from_str(&profile_toml).unwrap();

0 commit comments

Comments
 (0)