diff --git a/src/dim.rs b/src/dim.rs index 03cb53a..442ed72 100644 --- a/src/dim.rs +++ b/src/dim.rs @@ -1,6 +1,6 @@ use core::cmp::Eq; -pub trait Dimensional: Eq, Index { +pub trait Dimensional: Index { static pure fn dim() -> uint; pure fn to_ptr() -> *T; } \ No newline at end of file