Skip to content

Commit 03f557a

Browse files
committed
---
yaml --- r: 141256 b: refs/heads/try2 c: beec6e4 h: refs/heads/master v: v3
1 parent 71700b1 commit 03f557a

File tree

9 files changed

+5
-14
lines changed

9 files changed

+5
-14
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 3941f78a1bfb3ecf077dd782e5d03ea7fafcad86
8+
refs/heads/try2: beec6e4b2115616e9cfc4283f2b71de1be1aca7a
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/src/libextra/std.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ pub mod serialize;
123123
// A curious inner-module that's not exported that contains the binding
124124
// 'extra' so that macro-expanded references to std::serialize and such
125125
// can be resolved within libextra.
126-
#[doc(hidden)] // FIXME #3538
126+
#[doc(hidden)]
127127
pub mod std {
128128
pub use serialize;
129129
pub use test;
@@ -134,7 +134,7 @@ pub mod std {
134134
pub use core::cmp;
135135
pub use core::sys;
136136
}
137-
#[doc(hidden)] // FIXME #3538
137+
#[doc(hidden)]
138138
pub mod extra {
139139
pub use serialize;
140140
pub use test;

branches/try2/src/libstd/num/cmath.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#[doc(hidden)]; // FIXME #3538
12-
1311
// function names are almost identical to C's libmath, a few have been
1412
// renamed, grep for "rename:"
1513

branches/try2/src/libstd/stackwalk.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#[doc(hidden)]; // FIXME #3538
12-
1311
use cast::transmute;
1412
use unstable::intrinsics;
1513

branches/try2/src/libstd/task/local_data_priv.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#[doc(hidden)]; // FIXME #3538
12-
1311
use cast;
1412
use cmp::Eq;
1513
use libc;

branches/try2/src/libstd/task/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ pub fn task() -> TaskBuilder {
195195
}
196196
}
197197

198-
#[doc(hidden)] // FIXME #3538
199198
priv impl TaskBuilder {
200199
fn consume(&mut self) -> TaskBuilder {
201200
if self.consumed {

branches/try2/src/libstd/task/rt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The task interface to the runtime
1414
1515
*/
1616

17-
#[doc(hidden)]; // FIXME #3538
17+
#[doc(hidden)];
1818

1919
use libc;
2020

branches/try2/src/libstd/task/spawn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
*
7171
****************************************************************************/
7272

73-
#[doc(hidden)]; // FIXME #3538
73+
#[doc(hidden)];
7474

7575
use cast::transmute;
7676
use cast;

branches/try2/src/libstd/unicode.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#[doc(hidden)]; // FIXME #3538
12-
1311
// The following code was generated by "src/etc/unicode.py"
1412

1513
pub mod general_category {

0 commit comments

Comments
 (0)