Remove useless import
This commit is contained in:
parent
af2ca2be45
commit
b753d27ac8
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
use core::cmp::Eq;
|
||||
|
||||
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 size_of() -> uint; // how Rust's static methods are currently implemented
|
||||
|
|
Loading…
Reference in a new issue