Skip to content

Commit 434966e

Browse files
committed
rustdoc: Remove stray mode
1 parent 75c1279 commit 434966e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/text_pass.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fn fold_item(
7373
}
7474

7575
fn apply_to_sections(
76-
+op: NominalOp<Op>,
76+
op: NominalOp<Op>,
7777
sections: ~[doc::Section]
7878
) -> ~[doc::Section] {
7979
par::map(sections, |section, copy op| doc::Section {

0 commit comments

Comments
 (0)