]> git.lizzy.rs Git - rust.git/commit
Evaluate # fn in docs
authorSteve Klabnik <steve@steveklabnik.com>
Mon, 12 Jan 2015 21:59:34 +0000 (16:59 -0500)
committerSteve Klabnik <steve@steveklabnik.com>
Sat, 17 Jan 2015 15:49:49 +0000 (10:49 -0500)
commit078bd498b9fa6eab40df147ce6015ab9aae62b40
tree6f3ce07b5482affc2c534e937bf9bb23ccfd8f65
parenta03701defaf00f323aeaff033d84d93545448b77
Evaluate # fn in docs

I searched for times when we were hiding functions with # in the documentation,
and fixed them to not use it unless neccesary.

I also made random improvements whenever I changed something. For example,
I changed Example to Examples, for consistency.

Fixes #13423
14 files changed:
src/doc/trpl/threads.md
src/libcore/cell.rs
src/libcore/finally.rs
src/libcore/macros.rs
src/libcore/marker.rs
src/libcore/prelude.rs
src/libcore/result.rs
src/libstd/fmt.rs
src/libstd/io/mod.rs
src/libstd/io/net/pipe.rs
src/libstd/io/net/tcp.rs
src/libstd/io/timer.rs
src/libstd/macros.rs
src/libstd/sync/future.rs