Skip to content

simplify boolean expressions - #69569

Merged
bors merged 1 commit into
rust-lang:masterfrom
matthiaskrgr:nonminimal_bool
Mar 1, 2020
Merged

simplify boolean expressions#69569
bors merged 1 commit into
rust-lang:masterfrom
matthiaskrgr:nonminimal_bool

Conversation

@matthiaskrgr

Copy link
Copy Markdown
Member

No description provided.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @estebank

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 29, 2020

@Mark-SimulacrumMark-Simulacrum left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

r=me with parentheses fixed

Comment threadsrc/liballoc/collections/binary_heap.rs Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Same here, unnecessary parentheses.

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

I guess the unused-parens lint only warns on outermost parenthesis?

@matthiaskrgr

matthiaskrgr commented Feb 29, 2020

Copy link
Copy Markdown
MemberAuthor

@rustbot modify labels to +S-waiting-on-review

@Dylan-DPC-zz

Copy link
Copy Markdown

@bors r=mark-Simulacrum rollup

@bors

bors commented Mar 1, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 56a3da3 has been approved by mark-Simulacrum

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 1, 2020
bors added a commit that referenced this pull request Mar 1, 2020
Rollup of 7 pull requests
Successful merges:
- #69504 (Use assert_ne in hash tests)
- #69554 (Cleanup e0374)
- #69568 (Clarify explanation of Vec<T> 'fn resize')
- #69569 (simplify boolean expressions)
- #69577 (Clean up E0375 explanation)
- #69598 (rustdoc: HTML escape crate version)
- #69607 (Clean up E0376 explanation)
Failed merges:
r? @ghost
@bors
bors merged commit 87284d7 into rust-lang:masterMar 1, 2020
@matthiaskrgr
matthiaskrgr deleted the nonminimal_bool branch January 25, 2025 09:12
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@matthiaskrgr@rust-highfive@Dylan-DPC-zz@bors@Mark-Simulacrum@JohnTitor@estebank