Remove useless import

This commit is contained in:
Brendan Zabarauskas 2012-11-25 22:21:27 +10:00
parent af2ca2be45
commit b753d27ac8

View file

@ -1,5 +1,3 @@
use core::cmp::Eq;
pub trait Dimensional<T>: Index<uint, T> { pub trait Dimensional<T>: Index<uint, T> {
static pure fn dim() -> uint; // dim and size_of are pretty useless at the moment due to static pure fn dim() -> uint; // dim and size_of are pretty useless at the moment due to
static pure fn size_of() -> uint; // how Rust's static methods are currently implemented static pure fn size_of() -> uint; // how Rust's static methods are currently implemented