]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #27192 - dotdash:inline_eq_slice, r=luqmana
authorbors <bors@rust-lang.org>
Thu, 23 Jul 2015 02:24:06 +0000 (02:24 +0000)
committerbors <bors@rust-lang.org>
Thu, 23 Jul 2015 02:24:06 +0000 (02:24 +0000)
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.


Trivial merge