Skip to content

Remove Config::new() #184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

matthiasbeyer
Copy link
Member

Closes #113

Removes the ::new() constructor, because Config::default() does the
same.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
@matthiasbeyer matthiasbeyer force-pushed the config-only-default-constructor branch from d026d5c to b3e39dd Compare March 26, 2021 16:01
@matthiasbeyer matthiasbeyer merged commit 424b261 into rust-cli:master Mar 26, 2021
@matthiasbeyer matthiasbeyer deleted the config-only-default-constructor branch March 26, 2021 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does Config::new() returns the same as Config::default()?
1 participant