]> git.lizzy.rs Git - rust.git/commit
auto merge of #15288 : brson/rust/cleanslice, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 1 Jul 2014 08:21:33 +0000 (08:21 +0000)
committerbors <bors@rust-lang.org>
Tue, 1 Jul 2014 08:21:33 +0000 (08:21 +0000)
commit6ab7b6652ec916e37a2110bb2f579c7dc38b4560
treea3d4a1f977738bc1ce05f7ba02d859a136eabd81
parent721b4cb5c544328d8991216afd7445648a3ce6c6
parentfa5bc6f1bd703cb081b48d032713bf78499bf155
auto merge of #15288 : brson/rust/cleanslice, r=alexcrichton

This does two things:

* Reorganizes the declaration order to be more readable, less random.
* Removes the `slice::traits` module, a public module that does nothing but declare impls of `cmp` traits.