]> git.lizzy.rs Git - rust.git/commit
Inline eq_slice_() into eq_slice()
authorBjörn Steinbrink <bsteinbr@gmail.com>
Tue, 21 Jul 2015 16:30:18 +0000 (18:30 +0200)
committerBjörn Steinbrink <bsteinbr@gmail.com>
Tue, 21 Jul 2015 16:30:18 +0000 (18:30 +0200)
commit000e870554dd15c827389ce352166f67d9c51323
treec77b013353b1d03917c18906a6584eaf5ef24473
parent90a36923e5ac3f167236ee99c8abe8122e3b067e
Inline eq_slice_() into eq_slice()

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.
src/libcore/str/mod.rs