rustdoc: Remove stray mode

This commit is contained in:
Brian Anderson 2013-02-01 18:05:10 -08:00
parent b80d711912
commit 90f00a1c37

View File

@ -73,7 +73,7 @@ fn fold_item(
}
fn apply_to_sections(
+op: NominalOp<Op>,
op: NominalOp<Op>,
sections: ~[doc::Section]
) -> ~[doc::Section] {
par::map(sections, |section, copy op| doc::Section {