about summary refs log tree commit diff
path: root/src/libstd/std.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-08-21 20:21:32 -0700
committerbors <bors@rust-lang.org>2013-08-21 20:21:32 -0700
commit8e776c75e9694c2e1711943652c64a5e076afa8f (patch)
tree8ea396f883ba818f1db86ef523803aeac2e1568c /src/libstd/std.rs
parent3ddfb725127a49e03593c0c56542f12826713bd6 (diff)
parenta9aa4ad2a017f5ed1655917fe8a6bb66591d7025 (diff)
downloadrust-8e776c75e9694c2e1711943652c64a5e076afa8f.tar.gz
rust-8e776c75e9694c2e1711943652c64a5e076afa8f.zip
auto merge of #8570 : catamorphism/rust/2013-08-16-rollup, r=catamorphism
Nothing arguable here, as far as I can tell.
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;