upstream rust: FromIterator no longer in prelude

This commit is contained in:
Mike Dilger 2015-01-04 11:19:05 +13:00
parent d5742d75de
commit 57d2b70aa6
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ use std::num;
use std::rand::{Rand, Rng};
use std::slice::{Iter, IterMut};
use std::ops::{Index,IndexMut,Add,Sub,Mul,Div,Neg};
use std::iter::FromIterator;
use structs::{Vec3, Pnt3, Rot3, Mat3};
use traits::operations::{ApproxEq, Inv, POrd, POrdering, Axpy, ScalarAdd, ScalarSub, ScalarMul,
ScalarDiv};