File tree Expand file tree Collapse file tree 9 files changed +5
-14
lines changed Expand file tree Collapse file tree 9 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
5
5
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
- refs/heads/try2: 3941f78a1bfb3ecf077dd782e5d03ea7fafcad86
8
+ refs/heads/try2: beec6e4b2115616e9cfc4283f2b71de1be1aca7a
9
9
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
10
10
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
11
11
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ pub mod serialize;
123
123
// A curious inner-module that's not exported that contains the binding
124
124
// 'extra' so that macro-expanded references to std::serialize and such
125
125
// can be resolved within libextra.
126
- #[doc(hidden)] // FIXME #3538
126
+ #[doc(hidden)]
127
127
pub mod std {
128
128
pub use serialize;
129
129
pub use test;
@@ -134,7 +134,7 @@ pub mod std {
134
134
pub use core::cmp;
135
135
pub use core::sys;
136
136
}
137
- #[doc(hidden)] // FIXME #3538
137
+ #[doc(hidden)]
138
138
pub mod extra {
139
139
pub use serialize;
140
140
pub use test;
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- #[ doc( hidden) ] ; // FIXME #3538
12
-
13
11
// function names are almost identical to C's libmath, a few have been
14
12
// renamed, grep for "rename:"
15
13
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- #[ doc( hidden) ] ; // FIXME #3538
12
-
13
11
use cast:: transmute;
14
12
use unstable:: intrinsics;
15
13
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- #[ doc( hidden) ] ; // FIXME #3538
12
-
13
11
use cast;
14
12
use cmp:: Eq ;
15
13
use libc;
Original file line number Diff line number Diff line change @@ -195,7 +195,6 @@ pub fn task() -> TaskBuilder {
195
195
}
196
196
}
197
197
198
- #[ doc( hidden) ] // FIXME #3538
199
198
priv impl TaskBuilder {
200
199
fn consume ( & mut self ) -> TaskBuilder {
201
200
if self . consumed {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The task interface to the runtime
14
14
15
15
*/
16
16
17
- #[ doc( hidden) ] ; // FIXME #3538
17
+ #[ doc( hidden) ] ;
18
18
19
19
use libc;
20
20
Original file line number Diff line number Diff line change 70
70
*
71
71
****************************************************************************/
72
72
73
- #[ doc( hidden) ] ; // FIXME #3538
73
+ #[ doc( hidden) ] ;
74
74
75
75
use cast:: transmute;
76
76
use cast;
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- #[ doc( hidden) ] ; // FIXME #3538
12
-
13
11
// The following code was generated by "src/etc/unicode.py"
14
12
15
13
pub mod general_category {
You can’t perform that action at this time.
0 commit comments