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

Document blocks and use statements a little more #11584

Merged
merged 1 commit into from
Jan 17, 2014

Conversation

alexcrichton
Copy link
Member

Turns out there is no documentation of a block expression in the rust manual currently! I deleted the "record expressions" section to make room for a "block expressions" section.

Closes #3862

@brson
Copy link
Contributor

brson commented Jan 16, 2014

Kudos for tackling 1.0 issues! Only 101 more.

@alexcrichton
Copy link
Member Author

Updated.

bors added a commit that referenced this pull request Jan 17, 2014
Turns out there is no documentation of a block expression in the rust manual currently! I deleted the "record expressions" section to make room for a "block expressions" section.

Closes #3862
@bors bors closed this Jan 17, 2014
@bors bors merged commit 421d245 into rust-lang:master Jan 17, 2014
@alexcrichton alexcrichton deleted the issue-3862 branch January 21, 2014 05:22
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 2, 2023
let_and_return: Wrap with parenthesis if necessary

- fixes rust-lang/rust-clippy#11335

changelog: [`let_and_return`]: Wrap suggestion with parenthesis if necessary

r? `@Centri3`
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.

Document where use directives are allowed
3 participants