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

Inline eq_slice_() into eq_slice() #27192

Merged
merged 1 commit into from
Jul 23, 2015
Merged

Conversation

dotdash
Copy link
Contributor

@dotdash dotdash commented Jul 21, 2015

eq_slice_() used to be a common implementation for two function that
both called it, but of those only eq_slice() is left, so we can as well
directly inline the code.

eq_slice_() used to be a common implementation for two function that
both called it, but of those only eq_slice() is left, so we can as well
directly inline the code.
@rust-highfive
Copy link
Collaborator

r? @aturon

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

@luqmana
Copy link
Member

luqmana commented Jul 21, 2015

@bors: r+

@bors
Copy link
Contributor

bors commented Jul 21, 2015

📌 Commit 000e870 has been approved by luqmana

@bors
Copy link
Contributor

bors commented Jul 23, 2015

⌛ Testing commit 000e870 with merge 8d91bbd...

bors added a commit that referenced this pull request Jul 23, 2015
eq_slice_() used to be a common implementation for two function that
both called it, but of those only eq_slice() is left, so we can as well
directly inline the code.
@bors bors merged commit 000e870 into rust-lang:master Jul 23, 2015
@dotdash dotdash deleted the inline_eq_slice branch July 27, 2015 08:49
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.

None yet

5 participants