File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
branches/snap-stage3/src/rustdoc Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: bc450e60c3105aea360b12cd1f609c450c471170
4
+ refs/heads/snap-stage3: 868d9c753c18d980b4fae7f8a1ebfcf83c8f8f49
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ type methoddoc = {
96
96
sig : option < str >
97
97
} ;
98
98
99
+ #[ doc = "Some helper methods on moddoc, mostly for testing" ]
99
100
impl util for moddoc {
100
101
101
102
fn mods ( ) -> [ moddoc ] {
@@ -153,6 +154,7 @@ impl util for moddoc {
153
154
}
154
155
}
155
156
157
+ #[ doc = "Helper methods on itemtag" ]
156
158
impl util for itemtag {
157
159
fn name ( ) -> str {
158
160
alt self {
You can’t perform that action at this time.
0 commit comments