]> git.lizzy.rs Git - rust.git/commit
Migrate the last typedefs to ~Trait in rtio
authorAlex Crichton <alex@alexcrichton.com>
Thu, 17 Oct 2013 19:13:29 +0000 (12:13 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 24 Oct 2013 21:21:57 +0000 (14:21 -0700)
commit4ce71eaca34526d0e3ee1ebf0658d2a20d388ef2
tree440d109c6f23dd446573195828c1ebbf2d261994
parent59d45b8fe793d369ddf600cce0f212f9b6165a30
Migrate the last typedefs to ~Trait in rtio

There are no longer any remnants of typedefs, and everything is now built on
true trait objects.
src/libstd/rt/io/net/tcp.rs
src/libstd/rt/io/net/unix.rs
src/libstd/rt/rtio.rs
src/libstd/rt/uv/uvio.rs