Skip to content

Remove a bogus match from type_is_unique #21869

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
Feb 3, 2015
Merged

Conversation

dotdash
Copy link
Contributor

@dotdash dotdash commented Feb 2, 2015

The inner match will always result in true, so we can as well replace
it with just that.

The inner match will always result in `true`, so we can as well replace
it with just that.
@rust-highfive
Copy link
Contributor

r? @pnkfelix

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

@alexcrichton
Copy link
Member

@bors: r+ 431baa9 rollup

Hooray refactoring!

@alexcrichton alexcrichton assigned alexcrichton and unassigned pnkfelix Feb 2, 2015
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Feb 2, 2015
The inner match will always result in `true`, so we can as well replace
it with just that.
@bors bors merged commit 431baa9 into rust-lang:master Feb 3, 2015
@dotdash dotdash deleted the bogus_match branch February 4, 2015 12:41
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.

5 participants