feature(iterator_flatten) is now stable

This commit is contained in:
2018-09-13 14:46:50 -07:00
parent 5e18d452cb
commit bc0e916179

View File

@@ -1,5 +1,3 @@
#![feature(iterator_flatten)]
#[macro_use] extern crate gfx;
#[allow(unused_imports)] #[macro_use] extern crate log;
extern crate nalgebra as na;