]> git.lizzy.rs Git - rust.git/commit
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)
commit8d91bbd90afeaf2e4b262cd48db7d29e9b8d1f49
tree6a4be3569dc037086052f168167b56343be33485
parentcb4f102e38ef306e7e8e4ac747f25799b4cf7415
parent000e870554dd15c827389ce352166f67d9c51323
Auto merge of #27192 - dotdash:inline_eq_slice, r=luqmana

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.