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 75c1279 commit 434966eCopy full SHA for 434966e
src/librustdoc/text_pass.rs
@@ -73,7 +73,7 @@ fn fold_item(
73
}
74
75
fn apply_to_sections(
76
- +op: NominalOp<Op>,
+ op: NominalOp<Op>,
77
sections: ~[doc::Section]
78
) -> ~[doc::Section] {
79
par::map(sections, |section, copy op| doc::Section {
0 commit comments