rust/src/libcore/str
Björn Steinbrink 000e870554 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.
2015-07-21 18:30:18 +02:00
..
mod.rs Inline eq_slice_() into eq_slice() 2015-07-21 18:30:18 +02:00
pattern.rs core: Use memcmp in is_prefix_of / is_suffix_of 2015-07-04 15:10:20 +02:00