Skip to content

Commit

Permalink
add rust-toolchain file
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarleanu committed Sep 23, 2022
1 parent e58b0de commit 2ee3a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dim/src/lib.rs
Expand Up @@ -19,7 +19,7 @@
//! To test run `make test` in the root, or `cargo test` in the root of each module including the
//! root dir.

#![feature(min_specialization)]
#![feature(min_specialization, let_else)]

use std::fs::create_dir_all;
use tracing_subscriber::fmt;
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly"
channel = "nightly-2022-06-01"
components = [ "rustfmt", "clippy" ]

0 comments on commit 2ee3a90

Please sign in to comment.