Update to latest Rust.

Version of rustc: rustc 0.10-pre (4d64441 2014-03-12 15:07:06 -0700)
This commit is contained in:
Peter Nguyen 2014-03-13 18:20:04 -04:00
parent 7bc561c835
commit 503b567b27
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
use std::rand::random;
use rand::random;
use test::BenchHarness;
use na::{Vec2, Vec3, Vec4, Vec5, Vec6, DVec, Mat2, Mat3, Mat4, Mat5, Mat6, DMat};

View File

@ -1,4 +1,4 @@
use std::rand::random;
use rand::random;
use test::BenchHarness;
use na::{Vec2, Vec3, Vec4, Vec5, Vec6};
use na;

View File

@ -1,5 +1,5 @@
use std::num::{Float, abs};
use std::rand::random;
use rand::random;
use na::{Vec1, Vec3, Mat1, Mat2, Mat3, Mat4, Mat5, Mat6, Rot3, DMat, DVec, Indexable};
use na;

View File

@ -1,4 +1,4 @@
use std::rand::{random};
use rand::random;
use na::{Vec0, Vec1, Vec2, Vec3, Vec4, Vec5, Vec6};
use na::{Mat3, Iterable, IterableMut}; // FIXME: get rid of that
use na;