We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8283e7 commit d7f171dCopy full SHA for d7f171d
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 598e8141524c0dd316c586738c9920cd4b98fe93
+refs/heads/master: 5328f3c1ee50a6140638a705551d5bb232921c4d
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3
trunk/src/librustdoc/extract.rs
@@ -161,7 +161,7 @@ fn nmoddoc_from_mod(
161
ast::foreign_item_const(*) => {} // XXX: Not implemented.
162
}
163
164
- doc:: NmodDoc {
+ doc::NmodDoc {
165
item: itemdoc,
166
fns: fns,
167
index: None
0 commit comments