Skip to content
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

Don't emit trailing semicolon from bail! #120

Merged
merged 1 commit into from
Nov 2, 2020

Conversation

Aaron1011
Copy link
Contributor

This will allow bail! to continue to be used in expression position if
rust-lang/rust#33953 is fixed

This will allow `bail!` to continue to be used in expression position if
rust-lang/rust#33953 is fixed
@Aaron1011
Copy link
Contributor Author

This crate isn't gating ci on rustfmt. If it ever does, then rust-lang/rustfmt#4507 will be needed to prevent rustfmt from trying to undo this change.

@dtolnay dtolnay merged commit 3c10992 into dtolnay:master Nov 2, 2020
@Aaron1011 Aaron1011 deleted the fix/semi branch November 2, 2020 23:43
Aaron1011 added a commit to Aaron1011/cargo that referenced this pull request Nov 2, 2020
bors added a commit to rust-lang/cargo that referenced this pull request Nov 2, 2020
Bump `anyhow` dependency to `1.0.34` in `crates-io` crate

This will keep `crates-io` compiling if rust-lang/rust#33953
is fixed. See dtolnay/anyhow#120
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