about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-02-01 18:05:10 -0800
committerBrian Anderson <banderson@mozilla.com>2013-02-01 21:22:49 -0800
commit90f00a1c37f8df90144b552c3dfa5125f40805b6 (patch)
tree79025195759c5da0ffefb85a83a094a19887abf2
parentb80d711912412fced8a09c66e864557394296863 (diff)
downloadrust-90f00a1c37f8df90144b552c3dfa5125f40805b6.tar.gz
rust-90f00a1c37f8df90144b552c3dfa5125f40805b6.zip
rustdoc: Remove stray mode
-rw-r--r--src/librustdoc/text_pass.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/text_pass.rs b/src/librustdoc/text_pass.rs
index 8d88f5aeae2..aec8b56341f 100644
--- a/src/librustdoc/text_pass.rs
+++ b/src/librustdoc/text_pass.rs
@@ -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 {