about summary refs log tree commit diff
path: root/src/libcore/to_str.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/to_str.rs')
-rw-r--r--src/libcore/to_str.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/to_str.rs b/src/libcore/to_str.rs
index a1e77a494d5..e545f6567ec 100644
--- a/src/libcore/to_str.rs
+++ b/src/libcore/to_str.rs
@@ -87,7 +87,7 @@ impl<A: ToStr> ToStr for ~[A] {
                 }
             }
             str::push_char(&mut acc, ']');
-            move acc
+            acc
         }
     }
 }