about summary refs log tree commit diff
path: root/src/libstd/num
diff options
context:
space:
mode:
authorLindsey Kuper <lindsey@composition.al>2013-05-27 13:12:08 -0400
committerLindsey Kuper <lindsey@composition.al>2013-05-27 13:29:48 -0400
commitbeec6e4b2115616e9cfc4283f2b71de1be1aca7a (patch)
tree6f5520a5517e1f224ec8a0fb7139f08791174f1c /src/libstd/num
parent3941f78a1bfb3ecf077dd782e5d03ea7fafcad86 (diff)
downloadrust-beec6e4b2115616e9cfc4283f2b71de1be1aca7a.tar.gz
rust-beec6e4b2115616e9cfc4283f2b71de1be1aca7a.zip
Get rid of no-longer-needed #[doc(hidden)] attributes.
There were several old `#[doc(hidden)]` attributes in libstd and
libextra, left over from when rustdoc didn't hide private
definitions, tagged with `FIXME #3538`.

Since #3538 is now closed, I removed the `#[doc(hidden)]` attributes
as well as the FIXMEs, but I left `#[doc(hidden)]` in
libstd/task/spawn.rs and libstd/task/rt.rs since those two are
apparently `pub`, as well as in libextra/std.rc since std/extra is
`pub`.
Diffstat (limited to 'src/libstd/num')
-rw-r--r--src/libstd/num/cmath.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/num/cmath.rs b/src/libstd/num/cmath.rs
index a80703fafa3..9626224916b 100644
--- a/src/libstd/num/cmath.rs
+++ b/src/libstd/num/cmath.rs
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[doc(hidden)]; // FIXME #3538
-
 // function names are almost identical to C's libmath, a few have been
 // renamed, grep for "rename:"