We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08e730 commit c9bc56eCopy full SHA for c9bc56e
.github/workflows/ci.yml
@@ -9,8 +9,8 @@ jobs:
9
strategy:
10
matrix:
11
toolchain:
12
- - stable
13
- - beta
+# - stable
+# - beta
14
- nightly
15
steps:
16
- uses: actions/checkout@v2
src/lib.rs
@@ -1,4 +1,5 @@
1
//! Load MagicaVoxel .vox files into Rust
2
+#![feature(let_chains)]
3
4
extern crate byteorder;
5
#[cfg(test)]
@@ -216,8 +217,6 @@ pub mod placeholder {
216
217
218
219
mod tests {
- use std::collections::HashMap;
220
-
221
use super::*;
222
use avow::vec;
223
0 commit comments