Skip to content

Fixing indent_style control flow examples #2431

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

davidalber
Copy link
Contributor

This PR fixes the two control flow snippets for in Configurations.md per the outcome of #2427.

Here is the current output of cargo test -- --ignored on master:

---- configuration_snippet_tests stdout ----
        Ran 106 configurations tests.
thread 'configuration_snippet_tests' panicked at 'assertion failed: `(left == right)`
  left: `6`,
 right: `0`: 6 configurations tests failed', tests/system.rs:800:5

Here is the output of cargo test -- --ignored on the PR branch:

---- configuration_snippet_tests stdout ----
        Ran 106 configurations tests.
thread 'configuration_snippet_tests' panicked at 'assertion failed: `(left == right)`
  left: `4`,
 right: `0`: 4 configurations tests failed', tests/system.rs:800:5

This is part of #1845.

@nrc nrc merged commit 4af4927 into rust-lang:master Feb 11, 2018
@nrc
Copy link
Member

nrc commented Feb 11, 2018

Thanks!

@davidalber davidalber deleted the fix-indent-style-control-flow-snippet branch February 12, 2018 03:33
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