dust-engine / dot_vox

Rust parser for MagicaVoxel .vox files.
MIT License
51 stars 20 forks source link

Version 5 uses `#![feature(let_chains)]` and will not compile on stable Rust #35

Closed kpreid closed 1 year ago

kpreid commented 1 year ago

Releases 5.0.0 and 5.1.0 contain #![feature(let_chains)] and won't compile on stable Rust. Is this intentional, or a development branch experiment that leaked out? I don't see any use of let_chains, so it seems like it isn't necessary, and I don't see any mention in the README or crate documentation that the package is intentionally nightly-only.

AideTechBot commented 1 year ago

Vouch for this +1

Neo-Zhixing commented 1 year ago

The unstable feature wasn't introduced intentionally. Thanks for fixing this!