Skip to content

Remove try_main and return Result #181

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
Sep 13, 2018
Merged

Remove try_main and return Result #181

merged 1 commit into from
Sep 13, 2018

Conversation

ThomasdenH
Copy link
Contributor

Since main can now return a result, the documentation examples that use ? can be simplified. This is also the method used by the rustdoc documentation.

Since main can now return a result, the documentation examples that use `?` can be simplified. This is also the method used by the [rustdoc documentation](https://doc.rust-lang.org/rustdoc/documentation-tests.html).
Copy link
Member

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dtolnay dtolnay merged commit 3f32560 into rust-lang:master Sep 13, 2018
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