]> git.lizzy.rs Git - rust.git/commit
std: continue improving the comparison trait impls for str.
authorHuon Wilson <dbau.pp+github@gmail.com>
Fri, 14 Jun 2013 03:37:47 +0000 (13:37 +1000)
committerHuon Wilson <dbau.pp+github@gmail.com>
Sun, 16 Jun 2013 00:50:28 +0000 (10:50 +1000)
commit4686ed1a1d6e85d2c17fd67fdf4be597c701d141
treec168f5bde66b10d3c3eb4b2539d3192ffaf45e8b
parent42974d3bc4ee091c6d6c586ff3c8568231290cd8
std: continue improving the comparison trait impls for str.

This moves them all into the traits submodule, and delegates Ord
to the TotalOrd instance. It also deletes the stand-alone lt, gt,
ge and le functions.
src/libextra/test.rs
src/libstd/str.rs