We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a947ae commit a0dffe0Copy full SHA for a0dffe0
tests/testsuite/config.rs
@@ -1491,7 +1491,7 @@ fn all_profile_options() {
1491
let profile = toml::TomlProfile {
1492
build_override: Some(Box::new(base_settings.clone())),
1493
package: Some(overrides),
1494
- ..base_settings.clone()
+ ..base_settings
1495
};
1496
let profile_toml = ::toml::to_string(&profile).unwrap();
1497
let roundtrip: toml::TomlProfile = ::toml::from_str(&profile_toml).unwrap();
0 commit comments