From f393100b7ce86e0c1201f003c2d69fb9ea742db1 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 2 Sep 2012 18:13:48 -0700 Subject: Camel case core::ops --- src/libcore/vec.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libcore/vec.rs') diff --git a/src/libcore/vec.rs b/src/libcore/vec.rs index 680eb1e2dcb..5242505565a 100644 --- a/src/libcore/vec.rs +++ b/src/libcore/vec.rs @@ -1480,14 +1480,14 @@ impl @[T]: Ord { } #[cfg(notest)] -impl ~[T]: add<&[const T],~[T]> { +impl ~[T]: Add<&[const T],~[T]> { #[inline(always)] pure fn add(rhs: &[const T]) -> ~[T] { append(copy self, rhs) } } -impl ~[mut T]: add<&[const T],~[mut T]> { +impl ~[mut T]: Add<&[const T],~[mut T]> { #[inline(always)] pure fn add(rhs: &[const T]) -> ~[mut T] { append_mut(self, rhs) -- cgit 1.4.1-3-g733a5