From ddc401e0bf4f972bc2916601797d12bb97c5f1dc Mon Sep 17 00:00:00 2001 From: pravic Date: Mon, 6 Jun 2016 23:05:39 +0300 Subject: update to 2016-06-06 --- libcollections/vec.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcollections/vec.rs') diff --git a/libcollections/vec.rs b/libcollections/vec.rs index 58d4a4e..bd1bf6e 100644 --- a/libcollections/vec.rs +++ b/libcollections/vec.rs @@ -966,7 +966,7 @@ impl Vec { } } - /// Appends all elements in a slice to the `Vec`. + /// Clones and appends all elements in a slice to the `Vec`. /// /// Iterates over the slice `other`, clones each element, and then appends /// it to this `Vec`. The `other` vector is traversed in-order. -- cgit v1.2.3