bfops / playform

Voxel sandbox project in Rust
http://playformdev.blogspot.ca/
MIT License
212 stars 24 forks source link

Make playform compile with rust nightly 28th Oct. #167

Closed nihathrael closed 8 years ago

nihathrael commented 8 years ago

std::iter::range_inclusive has been deprecated in favor of the coming ... syntax, which is not yet implemented. In the meantime, num::iter::range_inclusive can be used as drop-in replacement.

bfops commented 8 years ago

Beautiful, you even updated the readme. Thanks!