Skip to content

Commit 5328f3c

Browse files
committed
Remove space from the middle of path
1 parent 598e814 commit 5328f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/extract.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ fn nmoddoc_from_mod(
161161
ast::foreign_item_const(*) => {} // XXX: Not implemented.
162162
}
163163
}
164-
doc:: NmodDoc {
164+
doc::NmodDoc {
165165
item: itemdoc,
166166
fns: fns,
167167
index: None

0 commit comments

Comments
 (0)