]> git.lizzy.rs Git - rust.git/commit
Add more type signatures to the docs; tweak a few of them.
authorHuon Wilson <dbau.pp+github@gmail.com>
Fri, 11 Apr 2014 10:18:19 +0000 (20:18 +1000)
committerHuon Wilson <dbau.pp+github@gmail.com>
Fri, 11 Apr 2014 13:10:22 +0000 (23:10 +1000)
commit5b109a175459e6428dafdd6aa5bedc6f598a3dff
tree394de554cba4592a1ceb3bd8ed1b5f4091101625
parent0156af156d70efd5a3c96d0c5b8fc9bec39a7ae5
Add more type signatures to the docs; tweak a few of them.

Someone reading the docs won't know what the types of various things
are, so this adds them in a few meaningful places to help with
comprehension.

cc #13423.
src/libstd/fmt/mod.rs
src/libstd/io/mod.rs
src/libstd/io/net/tcp.rs
src/libstd/sync/atomics.rs
src/libstd/unstable/finally.rs