From 66ebdbb2835fe303c08b7b24f6fa1b7b3513d0b7 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Fri, 20 Jul 2012 19:20:23 -0700 Subject: [PATCH] libcore: whitespace cleanup. --- src/libcore/vec.rs | 1 - 1 file changed, 1 deletion(-) 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