From d7fb5fdd6b62fb47d3dea689653002151c8af7a3 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Tue, 20 Nov 2012 15:40:36 +1000 Subject: [PATCH] Remove TODO comments --- src/mat.rs | 3 --- src/vec.rs | 2 -- 2 files changed, 5 deletions(-) diff --git a/src/mat.rs b/src/mat.rs index d50280f..c5d4bf7 100644 --- a/src/mat.rs +++ b/src/mat.rs @@ -248,7 +248,6 @@ pub impl Mat2: Matrix2 { } } -// TODO: make work for T:Integer pub impl Mat2: Eq { #[inline(always)] pure fn eq(other: &Mat2) -> bool { @@ -540,7 +539,6 @@ pub impl Mat3: ToQuat { } } -// TODO: make work for T:Integer pub impl Mat3: Eq { #[inline(always)] pure fn eq(other: &Mat3) -> bool { @@ -882,7 +880,6 @@ pub impl Mat4: Matrix4 { } -// TODO: make work for T:Integer pub impl Mat4: Eq { #[inline(always)] pure fn eq(other: &Mat4) -> bool { diff --git a/src/vec.rs b/src/vec.rs index 55774af..a0f59f4 100644 --- a/src/vec.rs +++ b/src/vec.rs @@ -186,7 +186,6 @@ pub impl Vec2: GeometricVector { } } -// TODO: make work for T:Integer pub impl Vec2: Eq { #[inline(always)] pure fn eq(other: &Vec2) -> bool { @@ -374,7 +373,6 @@ pub impl Vec3: GeometricVector { } } -// TODO: make work for T:Integer pub impl Vec3: Eq { #[inline(always)] pure fn eq(other: &Vec3) -> bool {