diff options
| author | bors <bors@rust-lang.org> | 2013-08-21 20:21:32 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-08-21 20:21:32 -0700 |
| commit | 8e776c75e9694c2e1711943652c64a5e076afa8f (patch) | |
| tree | 8ea396f883ba818f1db86ef523803aeac2e1568c /src/libstd/std.rs | |
| parent | 3ddfb725127a49e03593c0c56542f12826713bd6 (diff) | |
| parent | a9aa4ad2a017f5ed1655917fe8a6bb66591d7025 (diff) | |
| download | rust-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.rs | 2 |
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; |
