libcore: Get rid of move.
This commit is contained in:
@@ -87,7 +87,7 @@ impl<A: ToStr> ToStr for ~[A] {
|
||||
}
|
||||
}
|
||||
str::push_char(&mut acc, ']');
|
||||
move acc
|
||||
acc
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user