about summary refs log tree commit diff
path: root/src/libstd/std.rs
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2013-07-12 14:43:57 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2013-08-21 17:17:41 -0700
commit5da4b4d928c6507f6e67b2d2a4289eef4b8de0ea (patch)
tree36503ae5a3f77bc69cd23dc331f3639994d496bd /src/libstd/std.rs
parent77279a73cbafb1735e5cf53820fde65d5cd05957 (diff)
downloadrust-5da4b4d928c6507f6e67b2d2a4289eef4b8de0ea.tar.gz
rust-5da4b4d928c6507f6e67b2d2a4289eef4b8de0ea.zip
std/extra: changing XXX to FIXME; cleanup
* Get rid of by-value-self workarounds; it works now
* Remove type annotations, they're not needed anymore
Diffstat (limited to 'src/libstd/std.rs')
-rw-r--r--src/libstd/std.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/std.rs b/src/libstd/std.rs
index 7f22f44a6f8..278df5b170e 100644
--- a/src/libstd/std.rs
+++ b/src/libstd/std.rs
@@ -198,7 +198,7 @@ mod unicode;
 #[path = "num/cmath.rs"]
 mod cmath;
 
-// XXX: This shouldn't be pub, and it should be reexported under 'unstable'
+// FIXME #7809: This shouldn't be pub, and it should be reexported under 'unstable'
 // but name resolution doesn't work without it being pub.
 pub mod rt;