]> git.lizzy.rs Git - rust.git/commit
Properly deal with Ordering in the guide
authorSteve Klabnik <steve@steveklabnik.com>
Tue, 23 Dec 2014 18:31:43 +0000 (13:31 -0500)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 2 Jan 2015 16:54:06 +0000 (08:54 -0800)
commit76e3bc23388e268438e4318b0580149619a9d1ac
tree0ecc90224cb9e0d68bf276ebd447d61a6bd72a59
parent56290a004493a5d2e211f056601533253497df60
Properly deal with Ordering in the guide

Now that it's been removed from the prelude, we need to treat things differently.

Fixes #17967
src/doc/guide.md
src/libstd/sys/windows/process.rs
src/test/run-pass/bool.rs
src/test/run-pass/tcp-stress.rs