Skip to content

Commit c9bc56e

Browse files
committed
Disable CI runs for stable / beta
1 parent d08e730 commit c9bc56e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
toolchain:
12-
- stable
13-
- beta
12+
# - stable
13+
# - beta
1414
- nightly
1515
steps:
1616
- uses: actions/checkout@v2

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//! Load MagicaVoxel .vox files into Rust
2+
#![feature(let_chains)]
23

34
extern crate byteorder;
45
#[cfg(test)]
@@ -216,8 +217,6 @@ pub mod placeholder {
216217

217218
#[cfg(test)]
218219
mod tests {
219-
use std::collections::HashMap;
220-
221220
use super::*;
222221
use avow::vec;
223222

0 commit comments

Comments
 (0)