Skip to content

config: use try! instead of ? to support rust 1.6.0 #218

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
merged 1 commit into from
Jul 20, 2017

Conversation

ronnychevalier
Copy link
Contributor

The use of ? is only available and stable since 1.13.0, while the
minimum version supported is 1.6.0.

See #215

The use of ? is only available and stable since 1.13.0, while the
minimum version supported is 1.6.0.
@alexcrichton alexcrichton merged commit db7b134 into rust-lang:master Jul 20, 2017
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.

2 participants