diff --git a/src/libcore/vec.rs b/src/libcore/vec.rs index 19c03e44501c..a5d535e62f24 100644 --- a/src/libcore/vec.rs +++ b/src/libcore/vec.rs @@ -651,7 +651,6 @@ fn grow_set(&v: ~[mut T], index: uint, initval: T, val: T) { v[index] = val; } - // Functional utilities /// Apply a function to each element of a vector and return the results