Skip to content

Commit 280b662

Browse files
committed
Use Default impl for Settings::profile default
1 parent e7c2fa2 commit 280b662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ impl Default for Settings {
9393
version: DEFAULT_METADATA_VERSION.to_owned(),
9494
default_host_triple: None,
9595
default_toolchain: None,
96-
profile: Some(Profile::Default),
96+
profile: Some(Profile::default()),
9797
overrides: BTreeMap::new(),
9898
pgp_keys: None,
9999
auto_self_update: None,

0 commit comments

Comments
 (0)